Skip to content

UV(Double, Double)

Public Constructor

Creates a UV with the supplied coordinates.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public UV(
double u,
double v
)

Parameters

uDouble

The first coordinate.

vDouble

The second coordinate.

Exceptions

Exception

Condition


ArgumentException

Thrown when setting an infinite number to the U or V property.