SelectionGetElementIds Method |
Returns the ids of the elements that are currently selected within the project.
The selection may not be complete. See
GetReferences for more options.
Namespace: Autodesk.Revit.UI.SelectionAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ICollection<ElementId> GetElementIds()
Public Function GetElementIds As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetElementIds()
member GetElementIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementId
The collection containing the ids of the selected elements.
See Also