Gets or sets the goal elevation angle from the target to the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property ElevationAngle() As System.Object |
[C#] |
---|
public System.Object ElevationAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ElevationAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElevationAngle( VARIANT * pVal ); public: HRESULT put_ElevationAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getElevationAngle(); public void setElevationAngle( AgVariant ); |