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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DescentMinFPA() As System.Object
[C#]
public System.Object DescentMinFPA {get; set;}
[Managed C++]
public: __property VARIANT get_DescentMinFPA();
public: __property void set_DescentMinFPA( VARIANT );
[Unmanaged C++]
public: HRESULT get_DescentMinFPA(
    VARIANT * pVal
);
public: HRESULT put_DescentMinFPA(
    VARIANT pVal
);
[Java]
public AgVariant getDescentMinFPA();
public void setDescentMinFPA(
    AgVariant
);
[Python - STK API ]
@property
def DescentMinFPA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.