Autodesk.Revit.UI.Selection
| Name | Return Type | Description |
|---|---|---|
| PickedBox | None | A class that contains two XYZ points representing the pick box on the screen. |
| SelectableInViewFilter | None | A filter that passes elements that are selectable in the given view. |
| Selection | None | Contains the current user selection of elements within the project. |
| Name | Return Type | Description |
|---|---|---|
| ObjectSnapTypes | None | This enumerated type contains object snap types allowed to be set during PickPoint operations. |
| ObjectType | None | This enumerated type contains object types allowed to be selected during selection operations. |
| PickBoxStyle | None | The enum that controls the style of the pick box. |
| Name | Return Type | Description |
|---|---|---|
| ISelectionFilter | None | An interface that provides the ability to filter objects during a selection operation. |