Multipoint Builder
The multipoint builder object is used to create a multipoint.
Since
200.1.0
Constructors
Creates a multipoint builder from a multipoint.
Creates a multipoint builder.
Creates a multipoint builder with an Iterable of Point.
Properties
Inherited properties
A value indicating whether the geometry builder currently contains any curve segments. ArcGIS software supports polygon and polyline geometries that contain curve segments (where Segment.isCurve is true, sometimes known as true curves or nonlinear segments). Curves may be present in certain types of data - for example Mobile Map Packages (MMPKs), or geometry JSON.
Check if a geometry builder contains sufficient points to show a valid graphical sketch. This can be used as an initial lightweight check to see if the current state of a builder produces a non-empty geometry; for example, it may be used to enable or disable functionality in an editing user interface. The exact requirements vary depending on the type of geometry produced by the builder: