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


IDETopology.ZClusterTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETopology Interface > IDETopology.ZClusterTolerance Property
ArcGIS Developer Help

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(
  System.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