Engine.GetInsertVariableMenuStructure
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Engine.GetInsertVariableMenuStructure
Syntax
Engine.GetInsertVariableMenuStructure( selectedFile, hiddenFlags)
Return Value
The object that specifies the menu structure.
Purpose
Creates a PropertyObject object that specifies the structure of the menu used to insert named data type variables in the sequence editor.
Remarks
The sequence editor uses this method to create the Types submenu that appears when you select Insert Local, Insert Global, or Insert Parameter from the context menu. Refer to MenuItemProperties for a description of this property object.
Parameters
selectedFile As PropertyObjectFile
[In] Specifies the currently selected file. The method includes the step types defined in this file as well as the step types located in the type palette. Pass 0 or NULL if there is no selected file.
hiddenFlags As Long
[In] Pass a set of PropertyFlags that specify which step types are not included in the menu. For example, pass PropFlags_Hidden to exclude the hidden step types.
See Also
Engine.GetEditTimeToolMenuItems
Engine.GetInsertStepMenuStructure