ArcGIS Pro 2.6 API Reference Guide
MultipointBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MultipointBuilder Class

The following tables list the members exposed by MultipointBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.Multipoint.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Property Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>)
Public Property Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>)
Public Property Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>)
Public Property Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>)
Public PropertyGets the number of points contained in the Collections.Generic.ICollection`1. This method must be called on the MCT. Use QueuedTask.Run.  
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>)
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public Method Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipoint class from an Esri shape buffer.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipoint class from a JSON representation.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipoint class from an XML string representation.  
Public MethodGets the MapPoint at the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodOverloaded.   
Public Method Remove the point at the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method 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>)
Public MethodOverridden. Returns a Multipoint instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodOverloaded.   
Top
See Also

Reference

MultipointBuilder Class
ArcGIS.Core.Geometry Namespace