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


ITopologyContainer2.MaximumZClusterTolerance 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.MaximumZClusterTolerance Property
ArcGIS Developer Help

ITopologyContainer2.MaximumZClusterTolerance Property

The maximal z cluster tolerance as per the topology engine.

[Visual Basic .NET]
Public ReadOnly Property MaximumZClusterTolerance As Double
[C#]
public double MaximumZClusterTolerance {get;}
[C++]
HRESULT get_MaximumZClusterTolerance(
  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 maximum Z cluster tolerance for the topology. This value will the maximum Z - minimum Z from the spatial domain of the feature dataset containing the topology.

See Also

ITopologyContainer2 Interface