|
![]() |
Picks a single item from the given window coordinate point.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function PickItemFromPoint ( _ x As Integer, _ y As Integer, _ pickingWidth As Integer, _ asRendered As Boolean _ ) As PickItemResult |
C# |
---|
public PickItemResult PickItemFromPoint( int x, int y, int pickingWidth, bool asRendered ) |
Visual C++ |
---|
public: PickItemResult^ PickItemFromPoint( int x, int y, int pickingWidth, bool asRendered ) |
Parameters
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- pickingWidth
- Type: System..::..Int32
Width of picking region in pixels. Normally 1.
- asRendered
- Type: System..::..Boolean
Whether picking should operate only on items that were rendered during the last frame. Normally true.