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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClimbMinFPA() As System.Object
[C#]
public System.Object ClimbMinFPA {get; set;}
[Managed C++]
public: __property VARIANT get_ClimbMinFPA();
public: __property void set_ClimbMinFPA( VARIANT );
[Unmanaged C++]
public: HRESULT get_ClimbMinFPA(
    VARIANT * pVal
);
public: HRESULT put_ClimbMinFPA(
    VARIANT pVal
);
[Java]
public AgVariant getClimbMinFPA();
public void setClimbMinFPA(
    AgVariant
);
[Python - STK API ]
@property
def ClimbMinFPA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.