STK AviatorSend comments on this topic.
AltitudeLimit Property (IAgAvtrAircraftAdvDescentModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude threshold, below which the airspeed limit will be applied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeLimit() As Double
[C#]
public double AltitudeLimit {get; set;}
[Managed C++]
public: __property double get_AltitudeLimit();
public: __property void set_AltitudeLimit( double );
[Unmanaged C++]
public: HRESULT get_AltitudeLimit(
    double * pVal
);
public: HRESULT put_AltitudeLimit(
    double newVal
);
[Java]
public double getAltitudeLimit();
public void setAltitudeLimit(
    double
);
[Python - STK API ]
@property
def AltitudeLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.