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