FabricationPartBrowserChangedEventArgs.GetFabricationPartTypeIds Method

FabricationPartBrowserChangedEventArgsGetFabricationPartTypeIds Method

Returns set of fabrication part types in use in the routing solution mode.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetFabricationPartTypeIds()
Public Function GetFabricationPartTypeIds As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetFabricationPartTypeIds()
member GetFabricationPartTypeIds : unit -> ISet<ElementId> 

Return Value

ISetElementId
The set of ElementIds for for fabrication part types that is in use in routing solution mode.
See Also