Message 1 of 1
Open iLogic Editor with C# API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am looking for a way to open the iLogic Editor for a specific rule with the API (C#).
My idea:
- press a button on my GUI at my StandAlone EXE (its an product configurator and I want to integrate new knowledge modules (new code))
- create a new rule (iLogicAutomation.AddRule(oDoc, "newRule", "");
- open the editor for this new rule
- the user can program his new module
- save
- append the new iLogic rule to an existing Main-Rule (config).
Is this possible?
Thanks.