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


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

IDEGeometricNetwork2.ZSnapTolerance Property

Z snap tolerance.

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

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

Product Availability

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

See Also

IDEGeometricNetwork2 Interface