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


In This Topic
    Multipoint Class Members
    In This Topic

    The following tables list the members exposed by Multipoint.

    Public Properties
     NameDescription
    Public Property Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public PropertyOverridden.  Gets the minimum enclosing envelope of this instance.  
    Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.Multipoint.  
    Public Property Gets a value indicating if the geometry has ID. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has M. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets a value indicating if the geometry has Z. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public PropertyOverridden.  Gets a value indicating whether or not this instance is empty.  
    Public Property Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the length of this geometry (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public PropertyOverridden.  Gets the count of points in this instance.  
    Public Property Gets the collection of points.  
    Public PropertyGets the spatial reference of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    Public Methods
     NameDescription
    Public Method Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Gets a copy of all the points as a read-only list of 2D coordinates.  
    Public Method Gets a copy of all the points as a read-only list of 3D coordinates.  
    Public MethodOverloaded.   
    Public MethodOverloaded. Overridden.   
    Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    See Also