AGI STK Astrogator 11 Send comments on this topic.
PeriapsisRadiusSize 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 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface