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

In This Topic
    PlacementOnLineRelativeTo Enumeration
    In This Topic
    Options for the location on a line where a marker will be placed.
    Syntax
    public enum PlacementOnLineRelativeTo : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PlacementOnLineRelativeTo 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    LineBeginning Marker is placed at the beginning of the line.
    LineEnd Marker is placed at the end of the line.
    LineMiddle Marker is placed in the middle of the line.
    SegmentMidpoint Marker is at the midpoint of each segment in a line feature.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also