ISelection Interface
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
Representation of a selected object in the Vault Explorer.
Syntax
public interface ISelection Public Interface ISelection Properties
| Name | Description |
|---|---|
| Id | Gets an Id that can be used (along with the Web Service API) to get more information about the object. |
| Label | Gets a descriptive label for the object. |
| TypeId | Gets a string that represents the Vault Explorer object type. Can be used to determine which service to use for processing of the object. |
Returned By
Where you get a ISelection — members that return one.
- ICommandContext.CurrentSelectionSet
- ICommandContext.NavSelectionSet
- ICommandContext.PreviewSelectionSet
- ICommandContext.ViewSelectionSet
- IDetailTabContext.NavSelectionSet
- IDetailTabContext.SelectedObject