ArcGIS Developer Help  (GeoDatabase)    

ITopologyContainer.MaximumClusterTolerance Property

The maximal cluster tolerance as per the topology engine.

[Visual Basic 6.0]
Property MaximumClusterTolerance As Double
[Visual Basic .NET]
Public ReadOnly Property MaximumClusterTolerance As Double
[C#]
public double MaximumClusterTolerance {get;}
[Java]
public Double getMaximumClusterTolerance()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaximumClusterTolerance(
  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 maximum cluster tolerance for the topology. This value will be six of orders magnitude greater than the minimum cluster tolerance.  For example, if the minimum cluster tolerance is 0.0000020407 then the maximum cluster tolerance will be 0.20407.

See Also

ITopologyContainer Interface

 


Feedback Send feedback on this page