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

In This Topic
    GetPerpendicular Method
    In This Topic
    Constructs a Coordinate2D that is perpendicular to this vector.
    Syntax
    public Coordinate2D GetPerpendicular( 
       bool turnRight
    )
    Public Function GetPerpendicular( _
       ByVal turnRight As Boolean _
    ) As Coordinate2D

    Parameters

    turnRight

    Return Value

    A Coordinate2D with Magnitude = to the Magnitude of this vector and is perpendicular to this vector.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also