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

UV(Double, Double)

Constructor
Description:
Creates a UV with the supplied coordinates.
Syntax
public UV(
	double u,
	double v
)
Parameters
Parameter Type Description
u Double The first coordinate.
v Double The second coordinate.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when setting an infinite number to the U or V property.