CommandSite Class
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.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
| Name | Description |
|---|---|
| CommandSite | Constructs a CommandSite object with the provided identifier and label |
Properties
| Name | Description |
|---|---|
| CommandItems | Gets the commands contained in this command site. |
| DeployAsPulldownMenu | Gets or sets a boolean indicating whether this command site should appear as a pulldown menu when deployed to a toolbar. |
| Id | Gets the extension-supplied identifier associated with this command site. |
| Label | Gets the extension-supplied label associated with this command site. |
| Location | Gets or sets the CommandSiteLocation associated with this command site. |
Methods
| Name | Description |
|---|---|
| AddCommand | Adds 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