FabricationPartBrowserChangedEventArgsGetFabricationPartTypeIds Method |
Returns set of fabrication part types in use in the routing solution mode.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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