ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPoint Class


In This Topic
    MapPoint Class Properties
    In This Topic

    For a list of all members of this type, see MapPoint members.

    Public Properties
     NameDescription
    Public PropertyGets a Coordinate2D structure with the X and Y values.  
    Public PropertyGets a Coordinate3D structure with the X, Y, and Z values.  
    Public Property Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public PropertyOverridden.  Gets the minimum enclosing envelope of the geometry.  
    Public PropertyOverridden. Gets the GeometryType of this instance. Always returns GeometryType.Point.  
    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 Property Gets the ID value.  
    Public PropertyOverridden.  Gets a value indicating whether or not the geometry is empty.  
    Public Property Gets the measure value.  
    Public PropertyOverridden.  Gets the point count of the geometry. This is always 1.  
    Public PropertyGets the spatial reference of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Property Gets the X-coordinate.  
    Public Property Gets the Y-coordinate.  
    Public Property Gets the Z-coordinate.  
    Top
    See Also