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

ConstructSegmentBuilder Method
Construct a segment builder from the segment.
Syntax
public static SegmentBuilderEx ConstructSegmentBuilder( 
   Segment segment
)

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

ArcGIS Pro version: 2.8 or higher.
See Also