GetCurrentSolutionPartTypeIds Method


Fabrication Part Browser Changed Event Args Get Current Solution Part Type Ids 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()

Return Value

ISet ElementId
The set of ElementIds.
See Also