- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Just a thought, but maybe the expected data type of that column is playing a part in this issue. Each ModelStateTableColumn has a ReadOnly property called ReferencedDataType, which has a value from the iComponentColumnTypeEnum, and is supposed to indicate/dictate which type of data that column is for. So, if an empty String does not meet the requirements of the expected data, or the way that data is supposed to be formatted, it is certainly logical that it would throw an error. For instance, if it is expecting a Boolean value, or the value of a Parameter, or a Quantity of something, or an 'Enum' variation, or a thread spec, then a value other than an empty String must be present, or it does not know how to process that. However, if the column is just for a 'file property' and it is a 'custom' property, which the other members currently all have a String type value for, then it would seem logical for an empty String to be OK.
Wesley Crihfield
(Not an Autodesk Employee)