ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure


In This Topic
    Coordinate2D Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Constructs a new empty Coordinate2D.  
    Public Methodstatic (Shared in Visual Basic) Gets the 2D distance between two instances of Coordinate2D.  
    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 Coordinate2D to empty.  
    Public Method Convert the Coordinate2D into a MapPoint.  
    Top
    See Also