Click or drag to resize
CSYSSetLoadedMenus Method
Load a list of menus

Available since Oasis montaj version: 9.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The names of the LSTs contain the menus and the values contain any exclusions. Exlusions are semicolon separated top level menu names and/or toolbar.geobar file names.
Syntax
public static void SetLoadedMenus(
	CLST oLST1,
	CLST oLST2,
	CLST oLST3
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
default menus (typically a single entry based on product, do not change the name returned by GetLoadedMenus_SYS)
oLST2
Type: GeoEngine.Core.GXNetCLST
loaded menus
oLST3
Type: GeoEngine.Core.GXNetCLST
loaded user menus
See Also