Click or drag to resize

DBConfigurationBaseAddDeleteWMSLayerLookup Method

Add or delete a wms layer lookup

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual void AddDeleteWMSLayerLookup(
	int layerId,
	string[] layers,
	DbConnection connection
)

Parameters

layerId
Type: SystemInt32
Layer ID
layers
Type: SystemString
Layers to display
connection
Type: System.Data.CommonDbConnection
Database Connection to use

Implements

IDBConfigWriterAddDeleteWMSLayerLookup(Int32, String, DbConnection)
See Also