ComponentRepeater.RemoveRepeaters
Method
Description:
Removes component repeaters from the document, but leaves the individual repeated components in their respective locations and hosted on their original hosts.
Removes component repeaters from the document, but leaves the individual repeated components in their respective locations and hosted on their original hosts.
Remarks:
In addition to the component repeaters the component repeater slots are also removed from the document.
In addition to the component repeaters the component repeater slots are also removed from the document.
Syntax
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document that contains the component repeaters to remove. |
elementIds | ISet | The set of component repeaters that should be removed. |
Return Value
Type | Description |
---|---|
ISet | A collection of components that were previously repeated by the component repeater. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given element id set is empty. -or- One or more elements in elementIds do not exist in the document. -or- Not all given elements are component repeaters. |
ArgumentNullException | A non-optional argument was null |
ModificationForbiddenException | The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document is being loaded, or is in the midst of another sensitive process. |
ModificationOutsideTransactionException | The document has no open transaction. |