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


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

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