Искал, как все таки создать EDT в Х++, решения не нашел, но вот то, с чем столкнулся

Ощущение, когда нашел было такое, что кто то решил пошутить, и скопировал с TechNet текущие вопрос и ответ
Вопрос:
How to add a new EDT by x++?
Adding Extended Data Types to the AOT-tree does not work in quite the same way as adding e.g. Tables.
How to specify the Extended Data Type to be a string or an integer etc.? Is it a tree-node level or a property?
Thanks in advance…
Anders Warncke
HOB Business Software
__________________________
Ответ:
Export, replace and import
How about exporting it to a xpo file, replace the name the right places in the file with TextBuffer and then import it? I don't think there's any other ways to do it.
Regards,
Lars
PS Таки, никто и не знает как это сделать? Вроде как надо AOTSetProperties делать, но у меня пока не получается(