| Revit 2023 API |
| ConfigurationReloadInfo..::..GetCustomDataChangedElements Method |
| ConfigurationReloadInfo Class See Also |
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: 23.0.0.0 (23.1.0.0)
Since:
2019
Syntax
| C# |
|---|
public ISet<ElementId> GetCustomDataChangedElements() |
| Visual Basic |
|---|
Public Function GetCustomDataChangedElements As ISet(Of ElementId) |
| Visual C++ |
|---|
public: ISet<ElementId^>^ GetCustomDataChangedElements() |