Revit 2025.3 API
XYZNegate Method |
Negates this vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ Negate()
Public Function Negate As XYZ
public: XYZ^ Negate()
member Negate : unit -> XYZ
Return Value
XYZThe vector opposite to this vector.
The negated vector is obtained by changing the sign of each coordinate
of this vector.
See Also