Negates this 2-D vector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Function Negate As UV
member Negate : unit -> UV
Return Value
UVThe 2-D vector opposite to this vector.
Remarks
The negated vector is obtained by changing the sign of each coordinate
of this vector.
See Also