ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LineBuilderEx Class
Members

In This Topic
    LineBuilderEx Class
    In This Topic
    Builder for creating a LineSegment whose methods can be called on any thread.
    Object Model
    LineBuilderEx ClassLineSegment ClassMapPoint ClassSpatialReference ClassMapPoint ClassLineSegment 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also