Returns set of fabrication part types in use in the routing solution mode.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2017
Syntax
| C# |
|---|
public ISet<ElementId> GetFabricationPartTypeIds() |
| Visual Basic |
|---|
Public Function GetFabricationPartTypeIds As ISet(Of ElementId) |
| Visual C++ |
|---|
public:
ISet<ElementId^>^ GetFabricationPartTypeIds() |
Return Value
The set of ElementIds for for fabrication part types that is in use in routing solution mode.
See Also