| Revit 2024 API |
| FabricationPart..::..CanFlipPart Method |
| FabricationPart Class See Also |
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: 24.0.0.0 (24.0.0.0)
Since:
2023
Syntax
| C# |
|---|
public bool CanFlipPart() |
| Visual Basic |
|---|
Public Function CanFlipPart As Boolean |
| Visual C++ |
|---|
public: bool CanFlipPart() |