ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SegmentBuilderEx Class / ConstructSegmentBuilder Method
The segment to use for the builder.

In This Topic
    ConstructSegmentBuilder Method
    In This Topic
    Construct a segment builder from the segment.
    Syntax
    public static SegmentBuilderEx ConstructSegmentBuilder( 
       Segment segment
    )
    Public Shared Function ConstructSegmentBuilder( _
       ByVal segment As Segment _
    ) As SegmentBuilderEx

    Parameters

    segment
    The segment to use for the builder.

    Return Value

    Exceptions
    ExceptionDescription
    segment is null.
    This method is not implemented for EllipticArcSegment.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also