Revit 2018 API |
FabricationPartBrowserChangedEventArgs..::..GetFilteredSolutionsPartsTypeCounts Method |
FabricationPartBrowserChangedEventArgs Class See Also |
Returns the active fabrication part type usage count in fitlered routing solutions.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2017
Syntax
C# |
---|
public IDictionary<ElementId, int> GetFilteredSolutionsPartsTypeCounts() |
Visual Basic |
---|
Public Function GetFilteredSolutionsPartsTypeCounts As IDictionary(Of ElementId, Integer) |
Visual C++ |
---|
public: IDictionary<ElementId^, int>^ GetFilteredSolutionsPartsTypeCounts() |