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


IDEGeometricNetwork2.XYSnapTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork2.XYSnapTolerance Property

XY snap tolerance.

[Visual Basic .NET]
Public Property XYSnapTolerance As Double
[C#]
public double XYSnapTolerance {get; set;}
[C++]
HRESULT get_XYSnapTolerance(
  double* XYSnapTolerance
);
[C++]
HRESULT put_XYSnapTolerance(
  double XYSnapTolerance
);
[C++]

Parameters XYSnapTolerance [out, retval] XYSnapTolerance is a parameter of type double XYSnapTolerance [in] XYSnapTolerance is a parameter of type double

Product Availability

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

See Also

IDEGeometricNetwork2 Interface