Adds a menu item to an existing context menu.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- CommandID
- A named command associated with the custom context menu item.
- Title
- A text displayed in the context menu.
- Description
- A text displayed in the status bar.
- PictureDisp
- An icon associated with the context menu item. If null, no icon will be displayed.
AddMenuItem method is used by the User Interface plugins to configure the context menu displayed when a user right-clicks on an scenario's object.





