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


IFeatureSnapAgent2.ZSnappingEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IF > IFeatureSnapAgent2 Interface > IFeatureSnapAgent2.ZSnappingEnabled Property
ArcGIS Developer Help

IFeatureSnapAgent2.ZSnappingEnabled Property

Indicates whether this Agent will snap in Z.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Determines whether the snap agent referencing z-aware data should test the snap point against the Z-snap tolerance defined by ISnapEnvironment2::SnapZTolerance.  The z-snap agent is evaluated using this tolerance only if the feature snap agent's HitType is active for one or more XY constraints.   

See Also

IFeatureSnapAgent2 Interface