Creates a UV with the supplied coordinates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public UV( double u, double v )
Parameters
- u Double
- The first coordinate.
- v Double
- The second coordinate.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting an infinite number to the U or V property. |