DBConfigurationBaseRemoveXYZLayer Method  | 
 
            Remove a XYZ Layer from the specified map.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual int RemoveXYZLayer(
	string mapConfiguration,
	int layerId
)
Public Overridable Function RemoveXYZLayer ( 
	mapConfiguration As String,
	layerId As Integer
) As Integer
Parameters
- mapConfiguration
 - Type: SystemString
Map Configuration Name - layerId
 - Type: SystemInt32
Layer ID to remove 
Return Value
Type: 
Int32Number of Rows Affected.
Implements
IDBConfigWriterRemoveXYZLayer(String, Int32)
See Also