Gets or sets the altitude at which the aircraft will fly the parallel leg of the landing pattern.
Read-write property
[Visual Basic .NET] |
---|
Public Property AbeamAltitude() As Double |
[C#] |
---|
public double AbeamAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_AbeamAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_AbeamAltitude( double * pRetVal ); public: HRESULT put_AbeamAltitude( double inVal ); |
[Java] |
---|
public double getAbeamAltitude(); public void setAbeamAltitude( double ); |