Autodesk Vault ProfessionalVault API

CommandSite Class

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

A command site is your top-level menu which is displayed in Vault Explorer's "Tools" menu. Individual commands are pull-rights off of this menu.

Syntax

public class CommandSite 
Public Class CommandSite 

Constructors

NameDescription
CommandSiteConstructs a CommandSite object with the provided identifier and label

Properties

NameDescription
CommandItemsGets the commands contained in this command site.
DeployAsPulldownMenuGets or sets a boolean indicating whether this command site should appear as a pulldown menu when deployed to a toolbar.
IdGets the extension-supplied identifier associated with this command site.
LabelGets the extension-supplied label associated with this command site.
LocationGets or sets the CommandSiteLocation associated with this command site.

Methods

NameDescription
AddCommandAdds a command item to this command site

Returned By

Where you get a CommandSite — members that return one.

Inheritance Hierarchy

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

See Also