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


ISnapEnvironment2.SnapZTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapEnvironment2 Interface > ISnapEnvironment2.SnapZTolerance Property
ArcGIS Developer Help

ISnapEnvironment2.SnapZTolerance Property

The snap tolerance used for z-values, measured in map units.

[Visual Basic .NET]
Public Property SnapZTolerance As Double
[C#]
public double SnapZTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Double value that defines the cylinder (defined as distance positively and negatively from snap point's Z-value) used to determine whether the point snaps to another feature. The z-snap tolerance is evaluated only after a snap agent in XY is satisfied.  Default value is 0.  SnapZTolerance is only applied when IEditorZ::UseSnapZTolerance is TRUE.

See Also

ISnapEnvironment2 Interface