| Revit 2017 API |
| CanExecuteEventArgs..::..GetSelectedCategoryIds Method |
| CanExecuteEventArgs Class See Also |
Gets the category ids of selected elements.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2013
Syntax
| C# |
|---|
public ICollection<ElementId> GetSelectedCategoryIds() |
| Visual Basic |
|---|
Public Function GetSelectedCategoryIds As ICollection(Of ElementId) |
| Visual C++ |
|---|
public: ICollection<ElementId^>^ GetSelectedCategoryIds() |