Revit 2025.3 API
XYZIs |
The boolean value that indicates whether this vector is a zero vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsZeroLength()
Public Function IsZeroLength As Boolean
public: bool IsZeroLength()
member IsZeroLength : unit -> bool
Return Value
BooleanThe zero vector's each component is zero within the tolerance (1.0e-09).
See Also