ArcObjects Library Reference (GeoDatabase)  

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