Revit Preview Release API |
FabricationPartBrowserChangedEventArgs..::..GetFabricationPartTypeIds Method |
FabricationPartBrowserChangedEventArgs Class See Also |
Returns set of fabrication part types in use in the routing solution mode.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2017
Syntax
C# |
---|
public ISet<ElementId> GetFabricationPartTypeIds() |
Visual Basic |
---|
Public Function GetFabricationPartTypeIds As ISet(Of ElementId) |
Visual C++ |
---|
public: ISet<ElementId^>^ GetFabricationPartTypeIds() |