ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Creating a topology in the geodatabase