Gets or sets the lower range limit in Distance Units.
Read-write property
[Visual Basic .NET] |
---|
Public Property LowerLimit() As Double |
[C#] |
---|
public double LowerLimit {get; set;} |
[Managed C++] |
---|
public: __property double get_LowerLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_LowerLimit( double * pVal ); public: HRESULT put_LowerLimit( double InVal ); |
[Java] |
---|
public double getLowerLimit(); public void setLowerLimit( double ); |