|
|
Picks a single item from the given window coordinate rectangle.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function PickItemFromRectangle ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ ) As PickItemResult |
| C# |
|---|
public PickItemResult PickItemFromRectangle( int x, int y, int width, int height ) |
| Visual C++ |
|---|
public: PickItemResult^ PickItemFromRectangle( int x, int y, int width, int height ) |
Parameters
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32