Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know how to extract iProperty information from a file that is open. What I am wanting to do is be able to capture the iProperty information of a part that is selected in an assembly. Similar to how I can get the name of the occurrence with:
Dim oSS As SelectSet
Set oSS = oDoc.SelectSet
OccurrenceName= oSS.Item(1).Name
I want to be able to get the Part Number, Stock Number, and Description iProperties of that occurrence
Solved! Go to Solution.