ConfigurationReloadInfoGetCustomDataChangedElements Method

Gets a list of ElementIds of fabrication parts that had custom data updated during the reload.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetCustomDataChangedElements()

Return Value

ISetElementId
A list identifying changed elements.
See Also