ArcObjects Library Reference (GeoDatabase)  

IDETopology.ZClusterTolerance Property

The z cluster tolerance of the topology.

[Visual Basic .NET]
Public Property ZClusterTolerance As Double
[C#]
public double ZClusterTolerance {get; set;}
[C++]
HRESULT get_ZClusterTolerance(
  double* clusterTol
);
[C++]
HRESULT put_ZClusterTolerance(
  double clusterTol
);
[C++]

Parameters

clusterTol [out, retval]   clusterTol is a parameter of type double clusterTol [in]   clusterTol is a parameter of type double

Product Availability

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

See Also

IDETopology Interface