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

Transform2D.OfVector

Method
Description:
Applies the transformation to the vector and returns the result.
Remarks:
Transformation of a vector is not affected by the translational part of the transformation.
Syntax
public UV OfVector(
	UV vector
)
Parameters
Parameter Type Description
vector UV The vector to transform.
Return Value
Type Description
UV The transformed vector.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null