DBConfigurationBaseRemoveOSMLayer Method |
Remove an OSM layer from the site
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual int RemoveOSMLayer(
string mapConfiguration,
int layerId
)
Public Overridable Function RemoveOSMLayer (
mapConfiguration As String,
layerId As Integer
) As Integer
Parameters
- mapConfiguration
- Type: SystemString
Map configuration name. - layerId
- Type: SystemInt32
Layer Id
Return Value
Type:
Int32Number of Rows Affected.
Implements
IDBConfigWriterRemoveOSMLayer(String, Int32)
See Also