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