EllipsoidSurfaceCurveEllipsoid Property |
Gets the ellipsoid reference surface on which the curve lies.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract Ellipsoid Ellipsoid { get; }
Public MustOverride ReadOnly Property Ellipsoid As Ellipsoid
Get
public:
virtual property Ellipsoid^ Ellipsoid {
Ellipsoid^ get () abstract;
}
abstract Ellipsoid : Ellipsoid with get
Property Value
Type:
EllipsoidSee Also