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

In This Topic
    SimplePlacementEndings Enumeration
    In This Topic
    Options for how markers are placed at extremities and control points for the Variable Size marker placement.
    Syntax
    public enum SimplePlacementEndings : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SimplePlacementEndings 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    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.SimplePlacementEndings

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also