Revit 2026 API
Compound |
Checks whether split and merge regions operations can be used for this compound structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanSplitAndMergeRegionsBeUsed()
Public Function CanSplitAndMergeRegionsBeUsed As Boolean
public: bool CanSplitAndMergeRegionsBeUsed()
member CanSplitAndMergeRegionsBeUsed : unit -> bool
Return Value
BooleanTrue if split and merge regions operation can be used for this compound structure, false otherwise.
See Also