ArcGIS Pro 2.9 API Reference Guide
Coordinate2D Structure Methods


ArcGIS.Core.Geometry Namespace : Coordinate2D Structure

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

Public Methods
 NameDescription
Public Method Calculates the dot product of this Coordinate2D and another Coordinate2D. Vector dot product is used.  
Public MethodOverloaded.   
Public Method Obtains a hash code of the object. Used in Equals.  
Public Method Constructs a Coordinate2D that is perpendicular to this vector.  
Public Method Constructs a Coordinate2D with Magnitude = 1 from this vector;  
Public Methodstatic (Shared in Visual Basic) Constructs the midpoint of the segment connecting two instances of Coordinate2D.  
Public Method Moves the Coordinate2D by adding a shift value to each component.  
Public Method Normalizes the Coordinate2D which means it is scaled to magnitude = 1.  
Public Method Gets the components of the Coordinate2D.  
Public MethodOverloaded.   
Public Method Scales the Coordinate2D by the given factor.  
Public Method Sets the components of the Coordinate2D.  
Public Method Sets the coordinate to empty.  
Public Method Convert the Coordinate2D into a MapPoint.  
Top
See Also

Reference

Coordinate2D Structure
ArcGIS.Core.Geometry Namespace