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


INetworkLoader2.MinSnapTolerance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

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

.NET Related Topics

Creating geometric networks within a geodatabase