ICommandContext Interface
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
Information about the command currently executing
Syntax
public interface ICommandContext Public Interface ICommandContext Properties
| Name | Description |
|---|---|
| Application | Gets interface to the application object |
| CurrentSelectionSet | Gets the collection of objects that make up the current Vault Explorer selection set |
| ForceRefresh | Sets the value indicating if a refresh operation should be performed when the command ends. By default, the UI is not updated as doing so could be time consuming. |
| GoToLocation | Sets the value indicating where Vault Explorer should navigate to when the command ends. By default, the location does not change. |
| NavSelectionSet | Gets the items which are selcted in the navigation view (treeview at the left) |
| PreviewSelectionSet | Gets the items which are selcted in the preview windows (bottom right pane) |
| ViewSelectionSet | Gets the items which are selected in the list view (top right pane) |
Returned By
Where you get a ICommandContext — members that return one.