FabricationPartBrowserChangedEventArgsGetFilteredSolutionsPartsTypeCounts Method |
Returns the active fabrication part type usage count in fitlered routing solutions.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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,
Int32
See Also