This document is archived and information here might be outdated. Recommended version. |
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*
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.