Determines whether this vector and the specified vector are the same within the tolerance (1.0e-09).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsAlmostEqualTo( XYZ source )
Parameters
- source XYZ
- The vector to compare with this vector.
Return Value
BooleanTrue if the vectors are the same; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when source is null. |