ArcObjects Library Reference (NetworkAnalysis)  

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