ArcGIS Pro 2.8 API Reference Guide
LineBuilderEx Class
Members 

ArcGIS.Core.Geometry Namespace : LineBuilderEx Class
Builder for creating a LineSegment.
Object Model
LineBuilderEx ClassLineSegment ClassMapPoint ClassSpatialReference ClassMapPoint ClassSegment Class
Syntax
public sealed class LineBuilderEx : SegmentBuilderEx 
Public NotInheritable Class LineBuilderEx 
   Inherits SegmentBuilderEx
Remarks
Use the LineBuilderEx class to to create and/or modify a LineSegment shape. A LineSegment is based upon the parent Segment class. The Segment class is immutable which means that you can not change its shape once it is created. Hence, the LineBuilderEx provides the way to make changes when working with a LineSegment. Use the LineBuilderEx.ToSegment method to get the LineSegment from the builder.

A line segment is a straight line between a start point and an end point.

The LineBuilderEx methods can be called on any thread.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Geometry.SegmentBuilderEx
      ArcGIS.Core.Geometry.LineBuilderEx

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LineBuilderEx Members
ArcGIS.Core.Geometry Namespace