ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader3.MinZSnapTolerance Property

Minimum nonzero Z cluster tolerance.

[Visual Basic .NET]
Public ReadOnly Property MinZSnapTolerance As Double
[C#]
public double MinZSnapTolerance {get;}
[C++]
HRESULT get_MinZSnapTolerance(
  double* MinZSnapTolerance
);
[C++]

Parameters

MinZSnapTolerance [out, retval]   MinZSnapTolerance is a parameter of type double

Product Availability

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

Description

The minimum z snap tolerance.

See Also

INetworkLoader3 Interface