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

In This Topic
    LineDecorationStyle Enumeration
    In This Topic
    Defines simple decorations for lines.
    Syntax
    Members
    MemberDescription
    Circle A circle is added at the end of the line.
    ClosedArrow A closed arrow is added to the end of the line.
    Custom The decoration is defined in the Layers property as a set of SymbolReferences.
    Diamond A diamond is added at the end of the line.
    None No decoration.
    OpenArrow An open arrow is added to the end of the line.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also