Negates the specified 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 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. |
