|
|
Picks multiple items from the given window coordinate rectangle.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function PickItemsFromRectangle ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ containedOnly As Boolean, _ asRendered As Boolean _ ) As ModelItemCollection |
| C# |
|---|
public ModelItemCollection PickItemsFromRectangle( int x, int y, int width, int height, bool containedOnly, bool asRendered ) |
| Visual C++ |
|---|
public: ModelItemCollection^ PickItemsFromRectangle( int x, int y, int width, int height, bool containedOnly, bool asRendered ) |
Parameters
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- containedOnly
- Type: System..::..Boolean
Whether picking should operate only on items that are contained in the rectangle.
- asRendered
- Type: System..::..Boolean
Whether picking should operate only on items that were rendered during the last frame. Normally true.