ArcGIS Pro 2.6 API Reference Guide
MultipointBuilder Constructor(Polyline)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > MultipointBuilder Constructor : MultipointBuilder Constructor(Polyline)
Polyline whose points will initialize the builder.
Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public MultipointBuilder( 
   Polyline polyline
)
Public Function New( _
   ByVal polyline As Polyline _
)

Parameters

polyline
Polyline whose points will initialize the builder.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
polyline is null.
Remarks
The spatial reference is inherited from polyline.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List