Description
Gets or sets the short range limit value.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ShortRangeLimit() As Double
|
| [C#] |
|---|
public double ShortRangeLimit {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ShortRangeLimit(); public: __property void set_ShortRangeLimit(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ShortRangeLimit(
double * pVal
);
public: HRESULT put_ShortRangeLimit(
double val
);
|
| [Java] |
|---|
public double getShortRangeLimit();
public void setShortRangeLimit(
double
);
|
See Also