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


INetworkLoader3.DefaultZSnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader3 Interface > INetworkLoader3.DefaultZSnapTolerance Property
ArcGIS Developer Help

INetworkLoader3.DefaultZSnapTolerance Property

Default nonzero Z cluster tolerance.

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

DefaultZSnapTolerance is a parameter of type double*

Product Availability

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

Description

The default z snap tolerance, which is equal to the default resolution of the feature dataset.

See Also

INetworkLoader3 Interface