ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class
Properties Methods


In This Topic
    MultipointBuilderEx Class Members
    In This Topic

    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. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Multipoint.  
    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 Coordinate2Ds.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 MethodOverloaded.   
    Public MethodOverloaded.   
    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 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 point index.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Remove a point at the specified index.  
    Public Method Remove a range of points.  
    Public MethodOverridden.  Sets this instance to empty.  
    Public MethodOverloaded.   
    Public MethodReturns a Multipoint instance representing the current state of the builder.  
    Top
    See Also