CommandManager.DoUnSelect Method
Parent Object: CommandManagerDescription
Method that causes Autodesk Inventor to go through the de-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 de-select notification just like a native de-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.
Syntax
CommandManager.DoUnSelect( Entity As Object )Parameters
Name | Type | Description |
Entity | Object | Input Autodesk Inventor object, including custom graphics object, that needs to be understood as being de-selected 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). |