SelectionTypeId Class
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
The type of object that is selected.
Syntax
public class SelectionTypeId Public Class SelectionTypeId Constructors
| Name | Description |
|---|---|
| SelectionTypeId | Constructs a selection type ID for a custom entity type. |
Properties
| Name | Description |
|---|---|
| EntityClassId | Gets the entity class associated with this type. |
| EntityClassSubType | Gets the subtype, which, in the case of custom entities, has the system name of the entity definition. |
| SelectionContext | Gets the context of the selection. |
| SupportsTabViews | Gets the value indicating if custom tab views can be used with this selection type. |
Fields
| Name | Description |
|---|---|
| Bom | A selection of an Item in a BOM. |
| ChangeOrder | A Change Order selection. |
| File | A File Master (version independent) selection. |
| FileVersion | A selection for a specific version of a File. |
| Folder | A Folder selection. |
| Item | A generic Item selection. |
| Other | An unknown or unsupported selection. |
Returned By
Where you get a SelectionTypeId — members that return one.
- CommandItem.NavigationTypes
- DetailPaneTab.SelectionTypeId
- ISelection.TypeId
- LocationContext.SelectionTypeId
- SelectionTypeId.Bom
- SelectionTypeId.ChangeOrder
- SelectionTypeId.File
- SelectionTypeId.FileVersion
- SelectionTypeId.Folder
- SelectionTypeId.Item
- SelectionTypeId.Other
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.Explorer.Extensibility.SelectionTypeId