ArcGIS Pro 2.8 API Reference Guide
MultipointBuilderEx Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MultipointBuilderEx Class

The following tables list the members exposed by MultipointBuilderEx.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets or sets the list of coordinates that define this geometry.  
Public PropertyOverridden.   
Public PropertyOverridden.  Gets or sets a value indicating if this instance recognizes ID-values, also known as ID-awareness.  
Public PropertyOverridden.  Gets or sets a value indicating if this instance recognizes M-values, also known as M-awareness.  
Public PropertyOverridden.  Gets or sets a value indicating if this instance recognizes Z-values, also known as Z-awareness.  
Public Property Gets or sets the list of ID-values.  
Public PropertyOverridden. Gets a value which determines if this instance is empty. This instance is empty if Coords.Count = 0.  
Public Property Gets or sets the list of M-values.  
Public Property Gets the number of points in this instance.  
Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
Public Property Gets or sets the list of Z-values.  
Top
Public Methods
 NameDescription
Public MethodA convenience method to add a MapPoint.  
Public Method A convenience method to add an enumeration of points.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipoint class from an Esri shape buffer.  
Public MethodA convenience method to get the MapPoint at the specified point index.  
Public MethodA convenience method to insert a MapPoint.  
Public Method Inserts a range of points at the specified index.  
Public Method  
Public Method Removes a point at the specified index.  
Public Method Removes a range of points.  
Public MethodOverridden.  Sets this instance to empty.  
Public Method A convenience method to update the components of a point.  
Public MethodOverridden. Returns a Multipoint instance representing the current state of the builder.  
Top
See Also

Reference

MultipointBuilderEx Class
ArcGIS.Core.Geometry Namespace