Flips the fabrication part that is directionally oriented (tees, crosses, valves, dampers, etc.) to the opposite direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool Flip()
Return Value
BooleanReturns true if successful otherwise false if the fabrication part cannot be flipped.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | It is not a valid part that can be flipped. |