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

Available since Oasis montaj version: 9.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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The names of the LSTs contain the menus and the values contain any exclusions. Exclusions are semicolon separated top level menu names and/or toolbar.geobar file names.
Syntax
public static void SetLoadedMenus(
	CGXNETCore gxNetShared,
	CLST lst_default,
	CLST lst_loaded,
	CLST lst_user
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst_default
Type: GeoEngine.Core.GXNetXCLST
Default menus (typically a single entry based on product, do not change the name returned by GetLoadedMenus_SYS)
lst_loaded
Type: GeoEngine.Core.GXNetXCLST
Loaded menus
lst_user
Type: GeoEngine.Core.GXNetXCLST
Loaded user menus
See Also