Gets or sets the range from the target where the aircraft will hold.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelRange() As Double |
[C#] |
---|
public double RelRange {get; set;} |
[Managed C++] |
---|
public: __property double get_RelRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelRange( double * pVal ); public: HRESULT put_RelRange( double newVal ); |
[Java] |
---|
public double getRelRange(); public void setRelRange( double ); |