AVOLITES TITAN API

AttributePairsMenuList

Returns a list of attributes available on the context fixture. Each menu item contains two attributes which can be selected. This is called by the menu to display a list of attributes for the user to select. The selection of the menu item is handled by MenuAttribute_Selected() which is linked to the menu items selct event.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

System.Collections.Generic.List`1[Avolites.Menus.MenuItem] AttributePairsMenuList(Int32)

HTTP

http://[ip]:4430/titan/script/Programmer/Editor/Fixtures/AttributePairsMenuList

Returns

A list of menu items to present to the user.