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


IDEGeometricNetwork2.XYSnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGeometricNetwork2 Interface > IDEGeometricNetwork2.XYSnapTolerance Property
ArcGIS Developer Help

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(
  System.Double* XYSnapTolerance
);
[C++]
Parameters
XYSnapTolerance [in]

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

Product Availability

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

See Also

IDEGeometricNetwork2 Interface