ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LineJoinType Enumeration

In This Topic
    LineJoinType Enumeration
    In This Topic
    Defines the connection of the buffer at corners. See GeometryEngine.GraphicBuffer and GeometryEngine.GraphicBuffer.
    Syntax
    Members
    MemberDescription
    Bevel Beveled edges.
    Miter Mitered edges.
    Round Rounded edges.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.LineJoinType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also