Negates this 2-D vector and returns the result.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static UV operator -( UV source )
Parameters
- source UV
Return Value
UVThe 2-D vector opposite to this vector.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when source is null. |
