ArcGIS Pro 3.0 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 double Magnitude {get; set;}
    Public Property Magnitude As Double
    Exceptions
    ExceptionDescription
    Value is NaN.
    Magnitude must be >= 0
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also