Revit 2026 API
Can |
Gets the category ids of selected elements.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetSelectedCategoryIds()
Public Function GetSelectedCategoryIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetSelectedCategoryIds()
member GetSelectedCategoryIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdSee Also