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


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

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