ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ExtremityPlacement Enumeration

In This Topic
    ExtremityPlacement Enumeration
    In This Topic
    Extremity placement options which specify at which ends of the line a marker will be placed.
    Syntax
    Members
    MemberDescription
    Both Both - marker is placed at the beginning and end of the line.
    JustBegin JustBegin - marker is placed at the beginning of the line, determined by the direction that the line was digitized.
    JustEnd JustEnd - marker is placed at the end of the line, determined by the direction that the line was digitized.
    None None - no marker is placed at either end of the marker.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also