The boolean value that indicates whether this vector is a zero vector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsZeroLength()
Return Value
Boolean
Remarks
The zero vector's each component is zero within the tolerance (1.0e-09).
See Also
Reference