ArcGIS Pro 2.6 API Reference Guide
PlacementOnLineRelativeTo Enumeration

ArcGIS.Core.CIM Namespace : 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  
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace