STK AviatorSend comments on this topic.
DescentMaxFPA Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum flight path angle of the missile's flight path while descending.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DescentMaxFPA() As System.Object
[C#]
public System.Object DescentMaxFPA {get; set;}
[Managed C++]
public: __property VARIANT get_DescentMaxFPA();
public: __property void set_DescentMaxFPA( VARIANT );
[Unmanaged C++]
public: HRESULT get_DescentMaxFPA(
    VARIANT * pVal
);
public: HRESULT put_DescentMaxFPA(
    VARIANT pVal
);
[Java]
public AgVariant getDescentMaxFPA();
public void setDescentMaxFPA(
    AgVariant
);
[Python - STK API ]
@property
def DescentMaxFPA(self) -> typing.Any:

@DescentMaxFPA.setter
def DescentMaxFPA(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.