Click or drag to resize

DBConfigurationBaseGetHighestGoogleOverlayIndex Method

Gets the index of the highest Google Overlay

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

Parameters

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

Return Value

Type: Int32
Highest index.

Implements

IDBConfigWriterGetHighestGoogleOverlayIndex(DbConnection, Int32)
See Also