ApplicationNewUV(Double, Double) Method

Creates a UV object representing coordinates in 2-space with supplied values.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public UV NewUV(
	double u,
	double v
)

Parameters

u  Double
The first coordinate.
v  Double
The second coordinate.

Return Value

UV
Exceptions
ExceptionCondition
ArgumentException Thrown when setting an infinite number to the U or V property.
See Also