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

PlacementOnLineRelativeTo Enumeration
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  
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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also