DBConfigurationBaseRemoveTileCacheLayer Method |
Remove specified Tile Cache Layer from the system.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual int RemoveTileCacheLayer(
string mapConfiguration,
int layerId
)
Public Overridable Function RemoveTileCacheLayer (
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
IDBConfigWriterRemoveTileCacheLayer(String, Int32)
See Also