ArcGIS Pro 2.9 API Reference Guide
PolygonBuilderEx Constructor(Multipoint)

ArcGIS.Core.Geometry Namespace > PolygonBuilderEx Class > PolygonBuilderEx Constructor : PolygonBuilderEx Constructor(Multipoint)
Multipoint used for construction of the geometry of this builder. Line segments are constructed from the points in the multipoint.
Initializes a new instance of the PolygonBuilderEx class from the input multipoint.
Syntax
public PolygonBuilderEx( 
   Multipoint multipoint
)
Public Function New( _
   ByVal multipoint As Multipoint _
)

Parameters

multipoint
Multipoint used for construction of the geometry of this builder. Line segments are constructed from the points in the multipoint.
Exceptions
ExceptionDescription
multipoint is null.
Remarks
The spatial reference of the input multipoint is inherited by the new builder, however, the HasZ, HasM and HasID attributes are not inherited.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PolygonBuilderEx Class
PolygonBuilderEx Members
Overload List