How closely the test parameter must approximate the desired value for the constraint. Dimension depends on CalcObject.
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 * pRetVal ); public: HRESULT put_Tolerance( VARIANT InVal ); |
[Java] |
---|
public AgVariant getTolerance(); public void setTolerance( AgVariant ); |