IDBConfigWriterGetHighestXYZOverlayIndex Method  | 
 
            Gets the higest Z index for XYZ Overlays in the specified map
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint GetHighestXYZOverlayIndex(
	DbConnection connection,
	int mapId
)
Function GetHighestXYZOverlayIndex ( 
	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: 
Int32The highest Z index
See Also