This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDECoverage Interface > IDECoverage.Tolerances Property (ArcObjects .NET 10.5 SDK) |
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