CentralBodySurfaceCurveSurfaceCurve Property  | 
 
            Gets or sets the definition of the curve on the surface of the central body.  The 
            
Ellipsoid property
            of this instance is expected to match the 
Shape
            of the 
CentralBody.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EllipsoidSurfaceCurve SurfaceCurve { get; set; }Public Property SurfaceCurve As EllipsoidSurfaceCurve
	Get
	Set
public:
virtual property EllipsoidSurfaceCurve^ SurfaceCurve {
	EllipsoidSurfaceCurve^ get () sealed;
	void set (EllipsoidSurfaceCurve^ value) sealed;
}abstract SurfaceCurve : EllipsoidSurfaceCurve with get, set
override SurfaceCurve : EllipsoidSurfaceCurve with get, set
Property Value
Type: 
EllipsoidSurfaceCurveImplements
ICentralBodySurfaceCurveServiceSurfaceCurve
See Also