Gets the category ids of selected elements.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2013
Syntax
C# |
---|
public ICollection<ElementId> GetSelectedCategoryIds() |
Visual Basic |
---|
Public Function GetSelectedCategoryIds As ICollection(Of ElementId) |
Visual C++ |
---|
public: ICollection<ElementId^>^ GetSelectedCategoryIds() |