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

In This Topic
    LineCapType Enumeration
    In This Topic
    Defines the shape of the line ending for polylines and points (square or round). See GeometryEngine.GraphicBuffer, GeometryEngine.GraphicBuffer, GeometryEngine.SideBuffer, and GeometryEngine.SideBuffer
    Syntax
    Members
    MemberDescription
    Butt Butt line end cap.
    Round Round line end cap.
    Square Square line end cap.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also