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


IDECoverage.Tolerances Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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