ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / EndPointSelection Enumeration

In This Topic
    EndPointSelection Enumeration
    In This Topic
    Represents the selection of endPoints.
    Syntax
    Members
    MemberDescription
    All Display all the labels along each grid edge.
    First Display the first label along each grid edge.
    FirstAndInterior Display the first label and the interior labels along each grid edge.
    FirstAndLast Display the first and last label along each grid edge.
    Interior Display the interior labels along each grid edge.
    InteriorAndLast Display the interior labels and the last label along each grid edge.
    Last Display the last label along each grid edge.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.EndPointSelection

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also