ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / ViewMode Enumeration

In This Topic
    ViewMode Enumeration
    In This Topic
    Describes which tab of the GeometryControl is currently displayed.
    Syntax
    Members
    MemberDescription
    AllVertices The control displays all the vertices and responds to selection gestures that are initiated within the control.
    SelectedVertices The control displays selected vertices only and disallows selection gestures that are attempted within the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Editing.Controls.ViewMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also