public class Menu { [DeclareMenu] public void ePlanusMenuFunction() { uint intIDUntermenue1; // MenuID Eplan.EplApi.Gui.Menu oMenu = new Eplan.EplApi.Gui.Menu(); intIDUntermenue1=oMenu.AddMainMenu( "Auswertungen", // Hauptmenüname "Hilfe", // neben Menüpunkt... "Auswertung + Beschriftung", // Menüpunktname "Auswertung", // Action "Auswertung + Beschriftung erzeugen", // Statustext 1 // Hinter Menüpunk ); } }