This document is archived and information here might be outdated. Recommended version. |
The tolerances of the coverage.
[Visual Basic .NET] Public Property Tolerances As IPropertySet
[C#] public IPropertySet Tolerances {get; set;}
[C++]
HRESULT get_Tolerances(
IPropertySet** propertySet
);
[C++]
HRESULT putref_Tolerances(
IPropertySet* propertySet
);
[C++] Parameters propertySet [out, retval]
propertySet is a parameter of type IPropertySet** propertySet [in]
propertySet is a parameter of type IPropertySet*