Click or drag to resize

DBConfigurationBaseGetHighestTileCacheOverlayIndex Method

Gets the highest z index available for Tile Cache Overlays for specified map.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int GetHighestTileCacheOverlayIndex(
	DbConnection connection,
	int mapId
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database connection to use.
mapId
Type: SystemInt32
Map ID

Return Value

Type: Int32
Overlay Index

Implements

IDBConfigWriterGetHighestTileCacheOverlayIndex(DbConnection, Int32)
See Also