Revit 2026 API
UVNegate Method |
Negates this 2-D vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public UV Negate()
Public Function Negate As UV
public: UV^ Negate()
member Negate : unit -> UV
Return Value
UVThe 2-D vector opposite to this vector.

The negated vector is obtained by changing the sign of each coordinate
of this vector.
See Also