FabricationPartBrowserChangedEventArgsGetCurrentSolutionPartTypeIds Method |
Returns set of fabrication part types that are used in the currently selected solution.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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