| 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.24 (1.0.0.24)
 Syntax
Syntaxpublic 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
See Also