09-16-2019
12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-16-2019
12:59 AM
I used the code provided by you and this works fine for most of the properties.
But for the iproperty "Title" this doesn't work.
If i check the created STEP file it's also not mapped as Title but as name...
I tried:
oOptions.Value("name") = " " oOptions.Value("Title") = " "
Is it possible to do it this way?