DatumReferenceEllipsoid Property |
doogal.co.uk Home
Get the reference ellipsoid associated with this Datum.
Namespace:
DotNetCoords.Datum
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public Ellipsoid ReferenceEllipsoid { get; }
Public ReadOnly Property ReferenceEllipsoid As Ellipsoid
Get
public:
property Ellipsoid^ ReferenceEllipsoid {
Ellipsoid^ get ();
}
member ReferenceEllipsoid : Ellipsoid with get
Property Value
Type:
EllipsoidThe reference ellipsoid associated with this Datum.
See Also