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


ICoverage.Clean Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverage.Clean Method

Performs a CLEAN operation.

[Visual Basic .NET]
Public Sub Clean ( _
    ByVal dangleTolerance As Double, _
    ByVal fuzzyTolerance As Double, _
    ByVal FeatureClassType As esriCoverageFeatureClassType _
)
[C#]
public void Clean (
    double dangleTolerance,
    double fuzzyTolerance,
    esriCoverageFeatureClassType FeatureClassType
);
[C++]
HRESULT Clean(
  double dangleTolerance,
  double fuzzyTolerance,
  esriCoverageFeatureClassType FeatureClassType
);
[C++]

Parameters dangleTolerance [in] dangleTolerance is a parameter of type double fuzzyTolerance [in] fuzzyTolerance is a parameter of type double FeatureClassType [in]
FeatureClassType is a parameter of type esriCoverageFeatureClassType

Product Availability

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

See Also

ICoverage Interface