ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SnappingOptions Class / IsZSnappingEnabled Property

In This Topic
    IsZSnappingEnabled Property (SnappingOptions)
    In This Topic
    Gets or sets a value indicating whether Z snapping is enabled.
    Syntax
    public bool IsZSnappingEnabled {get; set;}
    Public Property IsZSnappingEnabled As Boolean
    Remarks
    When enabled, snapping to a feature Z value may occur if the feature is within the Z tolerance from the current cursor Z value. The Z tolerance is specified by ZTolerance if IsZToleranceEnabled is true. Otherwise, the Z tolerance is infinite. Z snapping is always enabled for Stereo and 3D views.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also