Flip Method


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: 23.0.0.0 (23.1.0.0)
Since: 2023

Syntax

C#
public bool Flip()
Visual Basic
Public Function Flip As Boolean
Visual C++
public:
bool Flip()

Return Value

Returns true if successful otherwise false if the fabrication part cannot be flipped.

Remarks

Existing connections will be maintained, disconnect warnings will be posted if the connection cannot be maintained.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions InvalidOperationException It is not a valid part that can be flipped.

See Also