CartographyProjectionName Property |
The short name of a projection.
The short name is not unique amongst all WKT projections
If the ProjectionString is not a WKT projection string,
the ProjectionString itself is returned as the short name.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public string ProjectionName { get; }
Public ReadOnly Property ProjectionName As String
Get
public:
property String^ ProjectionName {
String^ get ();
}
member ProjectionName : string with get
Property Value
Type:
StringSee Also