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

In This Topic
    OffsetCurveMethod Enumeration
    In This Topic
    Indicates the way the strokes will display at corners.
    Syntax
    Members
    MemberDescription
    Bevelled Indicates the stroke will follow the shortest straight path across a corner of the line.
    Mitered Indicates the stroke will match the exact shape around a corner of the line.
    Rounded Indicates the stroke will follow a path of equal distance around a corner of the line.
    Square Indicates the stroke will follow a straight path across the corner of a line.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also