ArcGISMultipointBuilder
Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISMultipointBuilder
Since: 1.0.0
Inheritance: ArcGISGeometryBuilder->ArcGISMultipointBuilder
Summary
The multipoint builder object is used to create a multipoint.
Constructors
ArcGISMultipointBuilder(const ArcGISMultipoint&)
Creates a multipoint builder from a multipoint.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|---|---|---|
multipoint | Yes | A multipoint object. |
ArcGISMultipointBuilder(const ArcGISSpatialReference&)
Creates a multipoint builder.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|---|---|---|
spatial | Yes | The builder's spatial reference. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | No | A mutable collection of points. |
Points
ArcGISMutablePointCollection GetPoints() const
void SetPoints(const ArcGISMutablePointCollection& points)
A mutable collection of points.
Use this collection to add points to or remove points from the builder.