RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UV

UV.Add

Method
Description:
Adds the specified 2-D vector to this 2-D vector and returns the result.
Remarks:
The added vector is obtained by adding each coordinate of the specified vector to the corresponding coordinate of this vector.
Syntax
public UV Add(
	UV source
)
Parameters
Parameter Type Description
source UV The vector to add to this vector.
Return Value
Type Description
UV The 2-D vector equal to the sum of the two vectors.
Exceptions
Exception Condition
ArgumentNullException Thrown when source is.