ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Magnitude Property

In This Topic
    Magnitude Property (Coordinate3D)
    In This Topic
    Gets or sets the length of the Coordinate3D as a vector.
    Syntax
    Public Property Magnitude As Double
    public double Magnitude {get; set;}
    Exceptions
    ExceptionDescription
    Value is NaN.
    Magnitude must be >= 0
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also