AGI STK Astrogator 11 Send comments on this topic.
ApoapsisAltitudeShape Property (IAgVAElementKeplerian)
See Also 





Description

Describes the shape of the ellipse. Uses Distance dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApoapsisAltitudeShape() As Double

[C#]
public double ApoapsisAltitudeShape {get; set;}

[Managed C++]
public: __property double get_ApoapsisAltitudeShape();
public: __property void set_ApoapsisAltitudeShape(
double
);

[Unmanaged C++]
public: HRESULT get_ApoapsisAltitudeShape(
double * pRetVal
);
public: HRESULT put_ApoapsisAltitudeShape(
double NewApoapsisAltitudeShape
);

[Java]
public double getApoapsisAltitudeShape();public void setApoapsisAltitudeShape(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1