Click or drag to resize

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)
Syntax
void AddUpdateWMSOverlayUrls(
	int layerId,
	string url,
	DbConnection connection,
	int success
)

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