Share

XYZ.UnaryNegation Operator

Negates the specified vector and returns the result.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static XYZ operator -(
	XYZ source
)

Parameters

source  XYZ
 

Return Value

XYZ
The vector opposite to the specified vector.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when source is nullptr.

Remarks

The negated vector is obtained by changing the sign of each coordinate of the specified vector.

See Also

Reference

Was this information helpful?