Adds the specified vector to this vector and returns the result.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public XYZ Add( XYZ source )
Parameters
- source XYZ
- The vector to add to this vector.
Return Value
XYZThe vector equal to the sum of the two vectors.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when source is null. |