NewUV Method (UV)
Creates a UV object by copying the supplied UV object.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)

Syntax

C#
public UV NewUV(
	UV uv
)
Visual Basic
Public Function NewUV ( _
	uv As UV _
) As UV
Visual C++
public:
UV^ NewUV(
	UV^ uv
)

Parameters

uv
Type: Autodesk.Revit.DB..::..UV
The supplied UV object

See Also