Autodesk Vault ProfessionalVault API

ISelection Interface

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

Representation of a selected object in the Vault Explorer.

Syntax

public interface ISelection 
Public Interface ISelection 

Properties

NameDescription
IdGets an Id that can be used (along with the Web Service API) to get more information about the object.
LabelGets a descriptive label for the object.
TypeIdGets 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.

See Also