IDBConfigWriterAddDeleteWMSLayerLookup 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)
Syntaxvoid AddDeleteWMSLayerLookup(
	int layerId,
	string[] layers,
	DbConnection connection
)
Sub AddDeleteWMSLayerLookup ( 
	layerId As Integer,
	layers As String(),
	connection As DbConnection
)
Parameters
- layerId
 - Type: SystemInt32
Layer ID - layers
 - Type: SystemString
Layers to display - connection
 - Type: System.Data.CommonDbConnection
Database Connection to use 
See Also