IDBConfigWriterAddUpdateWMSOverlayUrls Method |
Add or delete a wms url
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxvoid AddUpdateWMSOverlayUrls(
int layerId,
string url,
DbConnection connection,
int success
)
Sub AddUpdateWMSOverlayUrls (
layerId As Integer,
url As String,
connection As DbConnection,
success As Integer
)
Parameters
- layerId
- Type: SystemInt32
Layer ID - url
- Type: SystemString
url to use - connection
- Type: System.Data.CommonDbConnection
Database Connection to use - success
- Type: SystemInt32
Success
See Also