Gets or sets the distance to the holding point from the site.
Read-write property
[Visual Basic .NET] |
---|
Public Property Range() As Double |
[C#] |
---|
public double Range {get; set;} |
[Managed C++] |
---|
public: __property double get_Range(); |
[Unmanaged C++] |
---|
public: HRESULT get_Range( double * pVal ); public: HRESULT put_Range( double newVal ); |
[Java] |
---|
public double getRange(); public void setRange( double ); |