Negates the specified vector and returns the result.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static XYZ operator -(
XYZ source
)
Parameters
- source XYZ
-
Return Value
XYZThe vector opposite to the specified vector.
Exceptions
Remarks
The negated vector is obtained by changing the sign of each coordinate
of the specified vector.
See Also
Reference