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

GetPerpendicular Method
Constructs a Coordinate2D that is perpendicular to this vector.
Syntax
public Coordinate2D GetPerpendicular( 
   bool turnRight
)

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