STK AviatorSend comments on this topic.
StopAltitude Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Get the altitude stopping condition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property StopAltitude() As Double
[C#]
public double StopAltitude {get;}
[Managed C++]
public: __property double get_StopAltitude();
[Unmanaged C++]
public: HRESULT get_StopAltitude(
    double * pVal
);
[Java]
public double getStopAltitude();
[Python - STK API ]
@property
def StopAltitude(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.