ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / GetUnitVector Method

In This Topic
    GetUnitVector Method (Coordinate3D)
    In This Topic
    Constructs a Coordinate3D with Magnitude = 1 from this vector;
    Syntax
    public Coordinate3D GetUnitVector()
    Public Function GetUnitVector() As Coordinate3D

    Return Value

    A Coordinate3D with Magnitude = 1 in the same direction as this vector.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also