Click or drag to resize

IDBConfigReaderGetLayer Method

Gets a layer name based on the supplied LayerID.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
string GetLayer(
	int layerId
)

Parameters

layerId
Type: SystemInt32
LayerID to get name of.

Return Value

Type: String
Name of Layer.
See Also