IDBConfigWriterGetMapIDFromMapName Method  | 
 
            Gets the map ID from the supplied map name.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint GetMapIDFromMapName(
	DbConnection connection,
	string mapName
)
Function GetMapIDFromMapName ( 
	connection As DbConnection,
	mapName As String
) As Integer
Parameters
- connection
 - Type: System.Data.CommonDbConnection
Database connection to use - mapName
 - Type: SystemString
Map Name 
Return Value
Type: 
Int32Map ID/
See Also