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

In This Topic
    PlacementEndings Enumeration
    In This Topic
    Options for how markers are placed at extremities and control points.
    Syntax
    Members
    MemberDescription
    Custom Will fit the pattern to the length of the features by adjusting the gaps slightly.
    NoConstraint No constraint on how the markers are placed.
    WithFullGap A space equal to the placement template will be placed at the control point.
    WithHalfGap A space equal to half the placement template will be placed at the control point.
    WithMarkers A marker is placed at the control point.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also