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





Windows & Linux

Description

Gets or sets the flight path angle the maneuver will stop at if achieved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopFlightPathAngle() As System.Object
[C#]
public System.Object StopFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_StopFlightPathAngle();
public: __property void set_StopFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_StopFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_StopFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getStopFlightPathAngle();
public void setStopFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def StopFlightPathAngle(self) -> typing.Any:

@StopFlightPathAngle.setter
def StopFlightPathAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.