| Revit 2023 API |
| FabricationPartBrowserChangedEventArgs..::..GetCurrentSolutionPartTypeIds Method |
| FabricationPartBrowserChangedEventArgs Class See Also |
Returns set of fabrication part types that are used in the currently selected solution.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2017
Syntax
| C# |
|---|
public ISet<ElementId> GetCurrentSolutionPartTypeIds() |
| Visual Basic |
|---|
Public Function GetCurrentSolutionPartTypeIds As ISet(Of ElementId) |
| Visual C++ |
|---|
public: ISet<ElementId^>^ GetCurrentSolutionPartTypeIds() |