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

In This Topic
    MaplexOffsetAlongLineMethod Enumeration
    In This Topic
    Maplex offset along the line methods.
    Syntax
    public enum MaplexOffsetAlongLineMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MaplexOffsetAlongLineMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AfterEndOfLine After the end of the line.
    AlongLineFromEnd Along the line from the end.
    AlongLineFromStart Along the line from the start.
    BeforeStartOfLine Before the start of the line.
    BestPositionAlongLine Best position along the line.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also