Revit 2025.3 API
Fabrication |
Returns the active fabrication part type usage count in fitlered routing solutions.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IDictionary<ElementId, int> GetFilteredSolutionsPartsTypeCounts()
Public Function GetFilteredSolutionsPartsTypeCounts As IDictionary(Of ElementId, Integer)
public: IDictionary<ElementId^, int>^ GetFilteredSolutionsPartsTypeCounts()
member GetFilteredSolutionsPartsTypeCounts : unit -> IDictionary<ElementId, int>
Return Value
IDictionaryElementId, Int32See Also