This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector Interface > IVector.Magnitude Property (ArcObjects .NET 10.4 SDK) |
The length of the vector.
[Visual Basic .NET] Public Property Magnitude As Double
[C#] public double Magnitude {get; set;}
[C++]
HRESULT get_Magnitude(
double* Magnitude
);
[C++]
HRESULT put_Magnitude(
double Magnitude
);
[C++]
Parameters Magnitude [out, retval] Magnitude is a parameter of type double Magnitude Magnitude is a parameter of type double
Returns and sets the magnitude of the vector. The magnitude is analgous to the length of the vector.