Autodesk Vault ProfessionalVault API

DetailTabs Method

Autodesk.Connectivity.Explorer.ExtensibilityIExplorerExtension

Extension should create and return a list of DetailPaneTab(s) to be display custom tabs when vault objects are selected.

Syntax

System.Collections.Generic.IEnumerable<DetailPaneTab> DetailTabs()
Function DetailTabs() As System.Collections.Generic.IEnumerable(Of DetailPaneTab)

Return Value

Collection of DetailPaneTab objects describing tabs implemented by the command extension

See Also