IDBConfigWriterGetHighestWFSOverlayIndex Method  | 
 
            Gets the highest z index available for WFS 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 GetHighestWFSOverlayIndex(
	DbConnection connection,
	int mapId
)
Function GetHighestWFSOverlayIndex ( 
	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