ISelectionFilter
Description:
An interface that provides the ability to filter objects during a selection operation.
An interface that provides the ability to filter objects during a selection operation.
public interface ISelectionFilter
| Name | Return Type | Description |
|---|---|---|
| AllowElement(Element) | Boolean | Override this pre-filter method to specify if the element should be permitted to be selected. |
| AllowReference(Reference, XYZ) | Boolean | Override this post-filter method to specify if a reference to a piece of geometry is permitted to be selected. |
👍 1
10
Linked Revit API pages
Selection
ISelectionFilter
Selection.PickObject
Selection.PickObjects
Selection.PickPoint
Selection.PickElementsByRectangle
Selection.PickBox
Selection.GetElementIds
Selection.SetElementIds
ObjectType
No comments yet. Start the discussion.
Loading…