Autodesk Vault ProfessionalVault API

SelectionTypeId Class

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

The type of object that is selected.

Syntax

public class SelectionTypeId 
Public Class SelectionTypeId 

Constructors

NameDescription
SelectionTypeIdConstructs a selection type ID for a custom entity type.

Properties

NameDescription
EntityClassIdGets the entity class associated with this type.
EntityClassSubTypeGets the subtype, which, in the case of custom entities, has the system name of the entity definition.
SelectionContextGets the context of the selection.
SupportsTabViewsGets the value indicating if custom tab views can be used with this selection type.

Fields

NameDescription
BomA selection of an Item in a BOM.
ChangeOrderA Change Order selection.
FileA File Master (version independent) selection.
FileVersionA selection for a specific version of a File.
FolderA Folder selection.
ItemA generic Item selection.
OtherAn unknown or unsupported selection.

Returned By

Where you get a SelectionTypeId — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Explorer.Extensibility.SelectionTypeId

See Also