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