How far apart the satellites are when switching occurs.
Read-only property
[Visual Basic .NET] |
---|
Public Property Range() As Double |
[C#] |
---|
public double Range {get;} |
[Managed C++] |
---|
public: __property double get_Range(); |
[Unmanaged C++] |
---|
public: HRESULT get_Range( double * pVal ); |
[Java] |
---|
public double getRange(); |
[Python - STK API] |
---|
@property def Range(self) -> float: |