ArcGIS Developer Help  (GeoDatabase)    

ITopology.ClusterTolerance Property

The cluster tolerance of the topology.

[Visual Basic 6.0]
Property ClusterTolerance As Double
[Visual Basic .NET]
Public ReadOnly Property ClusterTolerance As Double
[C#]
public double ClusterTolerance {get;}
[Java]
public Double getClusterTolerance()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ClusterTolerance(
  double* tolerance
);
[C++]

Parameters

tolerance [out, retval]

  tolerance is a parameter of type double

Product Availability

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

Description

The ClusterTolerance property returns the tolerance that was specified when the topology was built.  The cluster tolerance of the topology cannot be changed. In order to modify the tolerance, the Topology must be deleted and rebuilt with the new ClusterTolerance value.

See Also

ITopology Interface

 


Feedback Send feedback on this page