Method that causes Autodesk Inventor to go through the selection protocol, including firing of corresponding event out the active InteractionEvents object if one is active. If a native Autodesk Inventor command is active and is in a selection mode, it gets the select notification just like a native selection happened. This method is useful when you want to perform picking outside of the graphic window. For example if you have a browser that has icons that represent selectable objects you can cause the selection behavior to happen as the user navigates through your browser and selects objects.
Name | Type | Description |
Entity | Object | Input Autodesk Inventor object, including custom graphics object, that needs to be understood as a selection by the active selection process in progress. This entity may have been picked by a means not known to native Autodesk Inventor (say a foreign browser). |