CartographyNorthOrigin Property |
Get the origin northing coordinate of the local grid coordinate system.
For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the LatOrigin)
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic double NorthOrigin { get; }
Public ReadOnly Property NorthOrigin As Double
Get
public:
property double NorthOrigin {
double get ();
}
member NorthOrigin : float with get
Property Value
Type:
Double
See Also