FabricationPartBrowserChangedEventArgs.GetCurrentSolutionPartTypeIds Method

FabricationPartBrowserChangedEventArgsGetCurrentSolutionPartTypeIds Method

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: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetCurrentSolutionPartTypeIds()
Public Function GetCurrentSolutionPartTypeIds As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetCurrentSolutionPartTypeIds()
member GetCurrentSolutionPartTypeIds : unit -> ISet<ElementId> 

Return Value

ISetElementId
The set of ElementIds.
See Also