Creates a UV object representing coordinates in 2-space with supplied values.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public UV NewUV( double u, double v )
Parameters
Return Value
UVExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting an infinite number to the U or V property. |