Gets or sets the distance from the runway that the aircraft will fly the parallel leg of the landing pattern.
Read-write property
[Visual Basic .NET] |
---|
Public Property AbeamDistance() As Double |
[C#] |
---|
public double AbeamDistance {get; set;} |
[Managed C++] |
---|
public: __property double get_AbeamDistance(); |
[Unmanaged C++] |
---|
public: HRESULT get_AbeamDistance( double * pRetVal ); public: HRESULT put_AbeamDistance( double inVal ); |
[Java] |
---|
public double getAbeamDistance(); public void setAbeamDistance( double ); |