Separate a set of combinable elements out of combinations they currently belong to.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SeparateElements( CombinableElementArray members )
Parameters
- members CombinableElementArray
- A list of combinable elements to be separated.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument is null. |
| ArgumentException | Thrown when members is empty. Thrown when members contains null elements. |
| InvalidOperationException | Thrown when separation failed. |
