Gets the short range limit value.
Read-only property
[Visual Basic .NET] |
---|
Public Property ShortRangeLimit() As Double |
[C#] |
---|
public double ShortRangeLimit {get;} |
[Managed C++] |
---|
public: __property double get_ShortRangeLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShortRangeLimit( double * pVal ); |
[Java] |
---|
public double getShortRangeLimit(); |