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