Revit 2025.3 API
Fabrication |
Validates if the fabrication part is one of the supported fabrication part types that can be flipped.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanFlipPart()
Public Function CanFlipPart As Boolean
public: bool CanFlipPart()
member CanFlipPart : unit -> bool
Return Value
BooleanReturns true if valid otherwise false if the fabrication part cannot be flipped.
See Also