ArcObjects Library Reference (Editor)  

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