The length of this 2-D vector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double GetLength()
Public Function GetLength As Double
public:
double GetLength()
member GetLength : unit -> float
Return Value
Double
Remarks
In 2-D Euclidean space, the length of the vector is the square root of the sum
of the two coordinates squared.
See Also