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


ISnapEnvironment2.UseSnapZTolerance 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.UseSnapZTolerance Property
ArcGIS Developer Help

ISnapEnvironment2.UseSnapZTolerance Property

Indicates whether the SnapZTolerance property is used when Z snapping.

[Visual Basic .NET]
Public Property UseSnapZTolerance As Boolean
[C#]
public bool UseSnapZTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Boolean value that determines whether z-aware snap agents use a defined tolerance when evaluating if a point meets the snap agent's criteria.  The tolerance is defined using ISnapEnvironment2::SnapZTolerance. Default value is FALSE.

See Also

ISnapEnvironment2 Interface