04-18-2019
08:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-18-2019
08:06 AM
@Sergio.D.Suárez @bradeneuropeArthur
Hello,
No the property Type_Plan is in all my drawings. But the strange thing is that it doesn't read it. So i need to know how to read it.
Normaly you can use this:
'define the property set customPropertySet = oDoc.PropertySets.Item("Inventor User Defined Properties") '---------------- find or create custom properties ------------- 'look for the custom propety and add it if not found
oTest = customPropertySet.Item("TYPE_PLAN")