Click or drag to resize

DBConfigurationBaseGetLayers Method

Gets layers associated with a WMS.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual DataTable GetLayers(
	int wmsOverlayId
)

Parameters

wmsOverlayId
Type: SystemInt32
WMSOverlayId to get layers for.

Return Value

Type: DataTable
DataTable of available layers.

Implements

IDBConfigReaderGetLayers(Int32)
See Also