CartographyEastOrigin Property |
Get the origin easting coordinate of the local grid coordinate system.
For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the LonOrigin)
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double EastOrigin { get; }
Public ReadOnly Property EastOrigin As Double
Get
public:
property double EastOrigin {
double get ();
}
member EastOrigin : float with get
Property Value
Type:
DoubleSee Also