<Code Lib>
2024 Method
Changes 0
M

UpdaterData.GetDeletedElementIds

Description:
Returns set of elements that were deleted from the document. This set is mutually exclusive of elements returned by getAddedElementIds() and getModifiedElementIds().

public ICollection<ElementId> GetDeletedElementIds()

ICollection<ElementId> Set of elements that were deleted from the document and triggered the call to execute() Note: This will only return elements if the trigger registered for the associated updater contains the ChangeType returned by Element::getChangeTypeElementDeletion()

Loading…