API Help
Eplan.EplApi.Gui Namespace / Menu Class / AddMenuItem Method / AddMenuItem(MultiLangString,String) Method
Multilanguage Text of the new menu item.
Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here.

In This Topic
AddMenuItem(MultiLangString,String) Method
In This Topic
Adds a new menu item to the end of the utilities menu
Syntax
public void AddMenuItem( 
   MultiLangString oText,
   string strActionName
)

Parameters

oText
Multilanguage Text of the new menu item.
strActionName
Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here.
See Also