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





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 PeriapsisRadiusSize() As Double

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

[Managed C++]
public: __property double get_PeriapsisRadiusSize();
public: __property void set_PeriapsisRadiusSize(
double
);

[Unmanaged C++]
public: HRESULT get_PeriapsisRadiusSize(
double * pRetVal
);
public: HRESULT put_PeriapsisRadiusSize(
double NewPeriapsisRadiusSize
);

[Java]
public double getPeriapsisRadiusSize();public void setPeriapsisRadiusSize(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1