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.