IDBConfigReaderGetProjectionsByMapName Method  | 
 
            Gets all available Projections based on map name.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
SyntaxDictionary<string, int> GetProjectionsByMapName(
	string mapName
)
Function GetProjectionsByMapName ( 
	mapName As String
) As Dictionary(Of String, Integer)
Parameters
- mapName
 - Type: SystemString
Map Name 
Return Value
Type: 
DictionaryString, 
Int32Paired Name and ID Dictionary
See Also