ArcGIS Pro 2.6 API Reference Guide
MapPoint Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MapPoint Class

The following tables list the members exposed by MapPoint.

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 the 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
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 MethodOverloaded.   
Public MethodOverloaded. Overridden.   
Public MethodConverts the point to a geographic string notation specified by the toGeoCoordParam parameter.  
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

Reference

MapPoint Class
ArcGIS.Core.Geometry Namespace