IDBConfigWriterGetHighestGoogleOverlayIndex 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)
Syntaxint GetHighestGoogleOverlayIndex(
DbConnection connection,
int mapId
)
Function GetHighestGoogleOverlayIndex (
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:
Int32Highest index.
See Also