Autodesk Vault ProfessionalVault API

AddCommand Method

Autodesk.Connectivity.Explorer.ExtensibilityCommandSite

Adds a command item to this command site

Syntax

public void AddCommand(
   CommandItem command
)
Public Sub AddCommand( _
   ByVal command As CommandItem _
) 

Parameters

NameDescription
commandCommandItem to add to this CommandSite

See Also