ArcGIS Pro 2.6 API Reference Guide
ConstructSegmentBuilder(Segment) Method

ArcGIS.Core.Geometry Namespace > SegmentBuilder Class : ConstructSegmentBuilder(Segment) Method
The segment to use for the builder.
Construct a segment builder from the segment. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public static SegmentBuilder ConstructSegmentBuilder( 
   Segment segment
)
Public Shared Function ConstructSegmentBuilder( _
   ByVal segment As Segment _
) As SegmentBuilder

Parameters

segment
The segment to use for the builder.

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
segment is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SegmentBuilder Class
SegmentBuilder Members