STK AviatorSend comments on this topic.
StopOnPitchAngle Property (IAgAvtrBasicManeuverStrategySmoothAccel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to stop the maneuver if the specified pitch angle is achieved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopOnPitchAngle() As Boolean
[C#]
public bool StopOnPitchAngle {get; set;}
[Managed C++]
public: __property bool get_StopOnPitchAngle();
public: __property void set_StopOnPitchAngle( bool );
[Unmanaged C++]
public: HRESULT get_StopOnPitchAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StopOnPitchAngle(
    VARIANT_BOOL newVal
);
[Java]
public bool getStopOnPitchAngle();
public void setStopOnPitchAngle(
    bool
);
[Python - STK API ]
@property
def StopOnPitchAngle(self) -> bool:

@StopOnPitchAngle.setter
def StopOnPitchAngle(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.