Returns an array containing the shared parameter GUIDs that were changed since the last regeneration.
Array is empty if no shared params were changed since the last regeneration.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2020
Syntax
| C# |
|---|
public IList<Guid> GetChangedSharedParameterGUIDs() |
| Visual Basic |
|---|
Public Function GetChangedSharedParameterGUIDs As IList(Of Guid) |
| Visual C++ |
|---|
public: IList<Guid>^ GetChangedSharedParameterGUIDs() |