ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutSnapping Class
Members

In This Topic
    LayoutSnapping Class
    In This Topic
    Provides access to the snapping environment within a Layout.
    Syntax
    public sealed class LayoutSnapping 
    Public NotInheritable Class LayoutSnapping 
    Remarks

    Changing the IsEnabled property has immediate effect, and saved into user preferences, and applies to both Maps and Layouts.

    Changing the snapping modes, via SetSnapMode or SetSnapModes also has immediate effect, applied to all project LayoutViews, and saved into user preferences.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Layouts.LayoutSnapping

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also