Click or drag to resize

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)
Syntax
int RemoveGeognoSISTileServiceLayerLookup(
	DbConnection connection,
	int tileServiceLayerId
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database Connection to use
tileServiceLayerId
Type: SystemInt32
Layer ID

Return Value

Type: Int32
Number of Rows Affected.
See Also