Revit 2025.3 API
Fabrication |
Checks if the fabrication configuration can be swapped.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanBeSwapped()
Public Function CanBeSwapped As Boolean
public: bool CanBeSwapped()
member CanBeSwapped : unit -> bool
Return Value
BooleanTrue if the fabrication configuration can be swapped, false otherwise.

Swapping configuration is not permitted if the existing configuration has already been used to create fabrication part elements in the document.
See Also