This document is archived and information here might be outdated.  Recommended version.


IDECoverage.Tolerances Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDECoverage Interface > IDECoverage.Tolerances Property
ArcGIS Developer Help

IDECoverage.Tolerances Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDECoverage Interface