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





Description

Measured from the "surface" of the Earth to the points of maximum and minimum radius in the orbit. For these values, the surface of the Earth is modeled as a sphere whose radius equals the equatorial radius of the Earth. Uses Distance dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PeriapsisAltitudeSize();
public: __property void set_PeriapsisAltitudeSize(
double
);

[Unmanaged C++]
public: HRESULT get_PeriapsisAltitudeSize(
double * pRetVal
);
public: HRESULT put_PeriapsisAltitudeSize(
double NewPeriapsisAltitudeSize
);

[Java]
public double getPeriapsisAltitudeSize();public void setPeriapsisAltitudeSize(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1