Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Many years ago I made standalone application for creating the config string for DWG/DXF export of flat pattern. It contains all possible options. It was based on this help article

But it was a lot of code and I used WinForms PropertyGrid control to edit the values (not available in iLogic).

I don't know, if it is possible to do the similar (complex) solution using iLogic forms.

 

You need to implement your own object which describes the options and config string builder which converts that object to string form that you can use later in your code.

MichaelNavara_0-1661784447334.png