ArcGIS Pro 2.6 API Reference Guide
Clone Method (SegmentBuilder)

ArcGIS.Core.Geometry Namespace > SegmentBuilder Class : Clone Method
The segment builder to clone.
Creates a deep clone of the object. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Shared Function Clone( _
   ByVal segmentBuilder As SegmentBuilder _
) As SegmentBuilder

Parameters

segmentBuilder
The segment builder to clone.

Return Value

Returns a deep clone of the object.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SegmentBuilder Class
SegmentBuilder Members