ConfigurationManagerGetProjections Method |
Gets all available projections.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static Dictionary<string, int> GetProjections()
Public Shared Function GetProjections As Dictionary(Of String, Integer)
Return Value
Type:
DictionaryString,
Int32Dictionary of projections.
See Also