Gets or sets the profile will stop when it achieves a value within this range of the Desired Value.
Read-write property
[Visual Basic .NET] |
---|
Public Property Tolerance() As System.Object |
[C#] |
---|
public System.Object Tolerance {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Tolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_Tolerance( VARIANT * pVal ); public: HRESULT put_Tolerance( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTolerance(); public void setTolerance( AgVariant ); |