ArcGIS Developer Help  (GeoDatabase)    

ITopologyContainer.DefaultClusterTolerance Property

The default cluster tolerance as per the topology engine.

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

Parameters

ClusterTolerance [out, retval]

  ClusterTolerance is a parameter of type double

Product Availability

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

Remarks

Returns the "default" cluster tolerance as generated by the topology engine.  Currently this is the same as the MinimumClusterTolerance.

See Also

ITopologyContainer Interface

 


Feedback Send feedback on this page