Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISMultipoint
Since: 1.0.0
Inheritance: ArcGISGeometry->ArcGISMultipoint
Summary
An ordered collection of points that can be managed as a single geometry.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | Yes | The read-only collection of points for the multipoint. |
Points
ArcGISImmutablePointCollection GetPoints() const
The read-only collection of points for the multipoint.
Use ArcGISMultipointBuilder to build a multipoint one point at a time or to modify the points that compose an existing ArcGISMultipoint.