IDBConfigReaderGetLayers 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)
SyntaxDataTable GetLayers(
int wmsOverlayId
)
Function GetLayers (
wmsOverlayId As Integer
) As DataTable
Parameters
- wmsOverlayId
- Type: SystemInt32
WMSOverlayId to get layers for.
Return Value
Type:
DataTableDataTable of available layers.
See Also