ArcGIS Pro 2.9 API Reference Guide
MultipointBuilder Constructor(Polygon)

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > MultipointBuilder Constructor : MultipointBuilder Constructor(Polygon)
Polygon 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( 
   Polygon polygon
)
Public Function New( _
   ByVal polygon As Polygon _
)

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List