API Help
Eplan.EplApi.Gui Namespace / Menu Class / AddMenuItem Method / AddMenuItem(String,String) Method
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. Must be unique within menu.

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

    Parameters

    strText
    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. Must be unique within menu.
    See Also