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

LineCapType Enumeration
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, Windows 8.1

ArcGIS Pro version: 2.2 or higher.
See Also