STK AviatorSend comments on this topic.
AltitudeAbovePoint Property (IAgAvtrProcedureVerticalLanding)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude the aircraft will takeoff to.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeAbovePoint() As Double
[C#]
public double AltitudeAbovePoint {get; set;}
[Managed C++]
public: __property double get_AltitudeAbovePoint();
public: __property void set_AltitudeAbovePoint( double );
[Unmanaged C++]
public: HRESULT get_AltitudeAbovePoint(
    double * pVal
);
public: HRESULT put_AltitudeAbovePoint(
    double newVal
);
[Java]
public double getAltitudeAbovePoint();
public void setAltitudeAbovePoint(
    double
);
[Python - STK API ]
@property
def AltitudeAbovePoint(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.