ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader3.ZSnapTolerance Property

Snap tolerance for Z coordinates.

[Visual Basic .NET]
Public WriteOnly Property ZSnapTolerance
[C#]
public void ZSnapTolerance {set;}
[C++]
HRESULT put_ZSnapTolerance(
  double 
);
[C++]

Parameters

[in]    is a parameter of type double

Product Availability

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

Description

The z snap tolerance; it must be at least equal to the MinZSnapTolerance.

See Also

INetworkLoader3 Interface