Autodesk Vault ProfessionalVault API

GetSelectedEntity Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicRevisionsDropdownControl

Gets the selected entity (representing the chosen version/revision) from the control. The entity will only be valid (non-null) when the combo box was loaded with LoadVersions or LoadRevisions

Syntax

public IEntity GetSelectedEntity()
Public Function GetSelectedEntity() As IEntity

See Also