IDBConfigWriterRemoveGeognoSISTileServiceLayerLookup Method |
Removes a GeognoSISTileService layer lookup
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint RemoveGeognoSISTileServiceLayerLookup(
DbConnection connection,
int tileServiceLayerId
)
Function RemoveGeognoSISTileServiceLayerLookup (
connection As DbConnection,
tileServiceLayerId As Integer
) As Integer
Parameters
- connection
- Type: System.Data.CommonDbConnection
Database Connection to use - tileServiceLayerId
- Type: SystemInt32
Layer ID
Return Value
Type:
Int32Number of Rows Affected.
See Also