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


INetworkLoader3.MaxZSnapTolerance 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.MaxZSnapTolerance Property
ArcGIS Developer Help

INetworkLoader3.MaxZSnapTolerance Property

Maximum nonzero Z cluster tolerance.

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

MaxZSnapTolerance is a parameter of type double*

Product Availability

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

Description

The maximum z snap tolerance.

See Also

INetworkLoader3 Interface