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






Windows & Linux

Description

Measured from the center of the Earth to the points of maximum and minimum radius in the orbit. Uses Distance dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ApoapsisRadiusSize();
public: __property void set_ApoapsisRadiusSize(
double
);

[Unmanaged C++]
public: HRESULT get_ApoapsisRadiusSize(
double * pRetVal
);
public: HRESULT put_ApoapsisRadiusSize(
double NewApoapsisRadiusSize
);

[Java]
public double getApoapsisRadiusSize();public void setApoapsisRadiusSize(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface