ArcGIS Pro 2.9 API Reference Guide
MaplexLinePlacementMethod Enumeration

ArcGIS.Core.CIM Namespace : MaplexLinePlacementMethod Enumeration
Maplex line placement methods.
Syntax
public enum MaplexLinePlacementMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum MaplexLinePlacementMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
CenteredCurvedOnLine Centered curved on the line.
CenteredHorizontalOnLine Centered horizontal on the line.
CenteredPerpendicularOnLine Centered perpendicular on the line.
CenteredStraightOnLine Centered straight on the line.
OffsetCurvedFromLine Offset and curved from the line.
OffsetHorizontalFromLine Offset and horizontal from the line.
OffsetPerpendicularFromLine Offset perpendicular from the line.
OffsetStraightFromLine Offset and straight from the line.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace