IDBConfigWriterGetHighestTileCacheOverlayIndex 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)
Syntaxint GetHighestTileCacheOverlayIndex(
DbConnection connection,
int mapId
)
Function GetHighestTileCacheOverlayIndex (
connection As DbConnection,
mapId As Integer
) As Integer
Parameters
- connection
- Type: System.Data.CommonDbConnection
Database connection to use. - mapId
- Type: SystemInt32
Map ID
Return Value
Type:
Int32Overlay Index
See Also