Creates a UV object representing coordinates in 2-space with supplied values.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public UV NewUV(
double u,
double v
)
Parameters
- 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.
|
See Also
Reference