STK ObjectsSend comments on this topic.
ApogeeAlt Property (IAgVeLaunchControlFixedApogeeAlt)
See Also
Windows





Windows & Linux

Description

Fixed apogee altitude: the vehicle's maximum altitude. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApogeeAlt() As Double
[C#]
public double ApogeeAlt {get; set;}
[Managed C++]
public: __property double get_ApogeeAlt();
public: __property void set_ApogeeAlt( double );
[Unmanaged C++]
public: HRESULT get_ApogeeAlt(
    double * pVal
);
public: HRESULT put_ApogeeAlt(
    double ApogeeAlt
);
[Java]
public double getApogeeAlt();
public void setApogeeAlt(
    double
);
[Python - STK API ]
@property
def ApogeeAlt(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.