The boolean value that indicates whether this vector is a zero vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public bool IsZeroLength() |
Visual Basic |
---|
Public Function IsZeroLength As Boolean |
Visual C++ |
---|
public: bool IsZeroLength() |
Remarks
The zero vector's each component is zero within the tolerance (1.0e-09).