This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer2 Interface > ITopologyContainer2.DefaultZClusterTolerance Property (ArcObjects .NET 10.5 SDK) |
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
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.