RVTDocs.com

Application.NewUV(Double, Double)

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