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