DisplayObjectMenu
The DisplayObjectMenu function allows a script to display the pick action menu for a specified database item.,
Syntax |
DisplayObjectMenu (Object Reference, Options) |
Description |
Displays the pick action menu for a specified database item. |
Arguments |
Object Reference {string} The address of the database item that has the pick action menu that you want the script to display. Options {string} You can choose to exclude some of the menu options from the menu. To do this, simply add the relevant No option to the syntax, using & to separate each option that is to be excluded. Any options that are not excluded will be shown in the menu. The No options are:
|
Returns |
None. |
Example:
DisplayObjectMenu("CentralGroup.DigPoint1", "NoProperties&NoMethods")
This sets the script to display the pick action menu for the 'DigPoint1' point. The pick action menu shows each of the options for the 'DigPoint1' point except the Properties option and the various method options.