ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Normalize Method

In This Topic
    Normalize Method (Coordinate3D)
    In This Topic
    Normalizes the Coordinate3D which means it is scaled to magnitude = 1.
    Syntax
    Public Sub Normalize() 
    public void Normalize()
    Remarks
    Sets the Magnitude of this Coordinate3D to 1. The direction does not change.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also