Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sunil Sah

Pages: [1]
1
The following steps worked for me when creating and ordering elements with API:

EA.Package.TreePos = ...;
EA.Package.Update();
EA.Repository.RefreshModelView(...);

Then I could use created elements to generate RTF documentation with elements in the right order.

Pages: [1]