| Name | Description | |
|---|---|---|
|  | MultipointBuilder Constructor | Overloaded. | 
The following tables list the members exposed by MultipointBuilder.
| Name | Description | |
|---|---|---|
|  | MultipointBuilder Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | GeometryType | Overridden. Gets the geometry type. Always returns GeometryType.Multipoint. | 
|  | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | 
|  | HasID | Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
|  | HasM | Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
|  | HasZ | Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
|  | IsEmpty | Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
|  | PointCount | Gets the number of points contained in the Collections.Generic.ICollection`1. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SpatialReference | Gets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. | 
|  | Clone | Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run. | 
|   | CreateMultipoint | Overloaded. | 
|  | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | 
|   | FromEsriShape | Creates a new instance of a Multipoint class from an Esri shape buffer. | 
|   | FromJson | Creates a new instance of a Multipoint class from a JSON representation. | 
|   | FromXML | Creates a new instance of a Multipoint class from an XML string representation. | 
|  | GetMapPoint | Gets the MapPoint at the specified index. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | Insert | Overloaded. | 
|  | RemovePoint | Remove the point at the specified index. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SetEmpty | Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>) | 
|  | ToGeometry | Overridden. Returns a Multipoint instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | Update | Overloaded. |