Gets or sets the length of the flight line.
Read-write property
[Visual Basic .NET] |
---|
Public Property LegLength() As Double |
[C#] |
---|
public double LegLength {get; set;} |
[Managed C++] |
---|
public: __property double get_LegLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_LegLength( double * pVal ); public: HRESULT put_LegLength( double newVal ); |
[Java] |
---|
public double getLegLength(); public void setLegLength( double ); |