CartographyProjection Property |
Get the map projection that this cartography object uses.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic MapProjection Projection { get; }
Public ReadOnly Property Projection As MapProjection
Get
public:
property MapProjection^ Projection {
MapProjection^ get ();
}
member Projection : MapProjection with get
Property Value
Type:
MapProjection
See Also