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


ITopologyContainer2.DefaultZClusterTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer2 Interface > ITopologyContainer2.DefaultZClusterTolerance Property
ArcGIS Developer Help

ITopologyContainer2.DefaultZClusterTolerance Property

The default z cluster tolerance as per the topology engine.

[Visual Basic .NET]
Public ReadOnly Property DefaultZClusterTolerance As Double
[C#]
public double DefaultZClusterTolerance {get;}
[C++]
HRESULT get_DefaultZClusterTolerance(
  System.Double* ZClusterTolerance
);
[C++]
Parameters
ZClusterTolerance [out, retval]

ZClusterTolerance is a parameter of type double*

Product Availability

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

Remarks

Returns the default Z cluster tolerance as generated by the topology engine, which will be 0 signifying that the topology will support the Building cluster tolerance model.  Currently this is the same as the MinimumClusterTolerance.

See Also

ITopologyContainer2 Interface