STK ObjectsSend comments on this topic.
PerigeeAltitude Property (IAgClassicalSizeShapeAltitude)
See Also
Windows





Windows & Linux

Description

Measured from the 'surface' of the Earth to the point of minimum radius in the orbit. For this value, 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 PerigeeAltitude() As Double
[C#]
public double PerigeeAltitude {get; set;}
[Managed C++]
public: __property double get_PerigeeAltitude();
public: __property void set_PerigeeAltitude( double );
[Unmanaged C++]
public: HRESULT get_PerigeeAltitude(
    double * pVal
);
public: HRESULT put_PerigeeAltitude(
    double vPerigeeAltitude
);
[Java]
public double getPerigeeAltitude();
public void setPerigeeAltitude(
    double
);
[Python - STK API ]
@property
def PerigeeAltitude(self) -> float:

@PerigeeAltitude.setter
def PerigeeAltitude(self, vPerigeeAltitude:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.