STK AviatorSend comments on this topic.
CommandFPA Property (IAgAvtrBasicManeuverStrategyPitch3D)
See Also
Windows





Windows & Linux

Description

Gets or sets the commanded flight path angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CommandFPA() As System.Object
[C#]
public System.Object CommandFPA {get; set;}
[Managed C++]
public: __property VARIANT get_CommandFPA();
public: __property void set_CommandFPA( VARIANT );
[Unmanaged C++]
public: HRESULT get_CommandFPA(
    VARIANT * pVal
);
public: HRESULT put_CommandFPA(
    VARIANT newVal
);
[Java]
public AgVariant getCommandFPA();
public void setCommandFPA(
    AgVariant
);
[Python - STK API ]
@property
def CommandFPA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.