DBConfigurationBaseGetLayer 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)
Syntaxpublic virtual string GetLayer(
	int layerId
)
Public Overridable Function GetLayer ( 
	layerId As Integer
) As String
Parameters
- layerId
 - Type: SystemInt32
LayerID to get name of. 
Return Value
Type: 
StringName of Layer.
Implements
IDBConfigReaderGetLayer(Int32)
See Also