01-17-2023
06:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-17-2023
06:30 AM
Hi @meGVGMF. This sounds to me like you may have obtained the ModelStateTable from a ModelState 'member' document, instead of from the ModelState 'factory' document. If that is the case, everything you get within that document will be ReadOnly. You need to make sure you obtain it from the ModelState 'factory' version of the document. The 'factory' is basically just the version of the document that is currently under the influence of the ModelState that is 'active' in that document. And only a document that has more than the one, original ModelState will have a 'factory' version. (Link)
Wesley Crihfield
(Not an Autodesk Employee)