<Code Lib>
2025 Property
Changes 0
P

UIDocument.Selection

Description:
Retrieve the currently selected Elements in Autodesk Revit.
Remarks:
Returns an object that represents the active selection. The Selection property returns an object that represents the active selection when the command was started.

public Selection Selection { get; }

Loading…