ArcGIS Pro 2.9 API Reference Guide
Coordinate2D Structure Members
Fields  Properties  Methods 


ArcGIS.Core.Geometry Namespace : Coordinate2D Structure

The following tables list the members exposed by Coordinate2D.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Field The x-component.  
Public Field The y-component.  
Top
Public Properties
 NameDescription
Public Property Indicates if the coordinate is empty.  
Public Property Gets or sets the length of the Coordinate2D as a vector.  
Top
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
Public Operators
Constructs a new Coordinate2D by adding two Coordinate2D objects. Vector addition is used.
Determines whether the components of the two Coordinate2D objects are equal.
Allow explicit casting of a MapPoint to a Coordinate2D.
Determines whether the components of the two Coordinate2D objects are not equal.
Constructs a new Coordinate2D by subtracting two Coordinate2D objects. Vector subtraction is used.
Top
See Also

Reference

Coordinate2D Structure
ArcGIS.Core.Geometry Namespace