Gets or sets the control flight path angle value for the hold initial altitude, specify altitude, and specify altitude change modes.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlFPAValue() As System.Object |
[C#] |
---|
public System.Object ControlFPAValue {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ControlFPAValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_ControlFPAValue( VARIANT * pVal ); public: HRESULT put_ControlFPAValue( VARIANT newVal ); |
[Java] |
---|
public AgVariant getControlFPAValue(); public void setControlFPAValue( AgVariant ); |