MrMiller
Aerospace
- Jan 30, 2004
- 54
Is it possible to get a custom properties value without actually opening the part?
Here is what I have and it opens the part. I want to determine whether I want to open the part based on the value of a custom property.
strCompDesc = swChildComp.GetPathName
Set swModel = swApp.ActivateDoc2(strCompDesc, True, 0)
Here is what I have and it opens the part. I want to determine whether I want to open the part based on the value of a custom property.
strCompDesc = swChildComp.GetPathName
Set swModel = swApp.ActivateDoc2(strCompDesc, True, 0)