Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVector > Properties
IVector.Magnitude Property
Distance between origin and XYZ, i.e., Length. If you set the Magnitude, the XYZ point will change in the direction of the vector so that the length will equal the value.
Namespace: CommonInterfaces
Delphi
public property Magnitude: Single read get_Magnitude write set_Magnitude;
Property Value
Type: Single
•CommonInterfaces.IVector.Length
•IVector
•CommonInterfaces