IDBConfigReaderGetKnownProjections Method  | 
 
            Gets Known Projections for supplied map name.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
SyntaxConfigurationDataSetKnownProjectionsDataTable GetKnownProjections(
	string mapName
)
Function GetKnownProjections ( 
	mapName As String
) As ConfigurationDataSetKnownProjectionsDataTable
Parameters
- mapName
 - Type: SystemString
Map Name 
Return Value
Type: 
ConfigurationDataSetKnownProjectionsDataTableData Table containing Known Projections
See Also