Get the range from the target at which the maneuver will stop.
Read-only property
[Visual Basic .NET] |
---|
Public Property StopSlantRange() As Double |
[C#] |
---|
public double StopSlantRange {get;} |
[Managed C++] |
---|
public: __property double get_StopSlantRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopSlantRange( double * pVal ); |
[Java] |
---|
public double getStopSlantRange(); |