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


INetworkLoader2.MinSnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader2 Interface > INetworkLoader2.MinSnapTolerance Property
ArcGIS Developer Help

INetworkLoader2.MinSnapTolerance Property

Minimum nonzero snap tolerance for creating a new geometric network.

[Visual Basic .NET]
Public ReadOnly Property MinSnapTolerance As Double
[C#]
public double MinSnapTolerance {get;}
[C++]
HRESULT get_MinSnapTolerance(
  System.Double* pMinSnapTolerance
);
[C++]
Parameters
pMinSnapTolerance [out, retval]

pMinSnapTolerance is a parameter of type double*

Product Availability

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

Remarks

MinSnapTolerance is the minimum snap tolerance allowed for creating a geometric network in this feature dataset.  To set the snap tolerance for building the network, see INetworkLoader::SnapTolerance.

MinSnapTolerance can only be called after the INetworkLoader::FeatureDatasetName property has been set.

See Also

INetworkLoader2 Interface