FamilyInstanceFlipFromToRoom Method

Flips the settings of "From Room" and "To Room" for the door or window instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void FlipFromToRoom()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the FamilyInstance is neither a door nor a window.
See Also