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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClimbMaxFPA() As System.Object
[C#]
public System.Object ClimbMaxFPA {get; set;}
[Managed C++]
public: __property VARIANT get_ClimbMaxFPA();
public: __property void set_ClimbMaxFPA( VARIANT );
[Unmanaged C++]
public: HRESULT get_ClimbMaxFPA(
    VARIANT * pVal
);
public: HRESULT put_ClimbMaxFPA(
    VARIANT pVal
);
[Java]
public AgVariant getClimbMaxFPA();
public void setClimbMaxFPA(
    AgVariant
);
[Python - STK API ]
@property
def ClimbMaxFPA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.