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: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetCurrentSolutionPartTypeIds()

Return Value

ISetElementId
The set of ElementIds.
See Also