Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

@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")