
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all. Hope you guys have nothing on your hands to do, so I can get help pretty soon ...
I am trying to make a VBA macro that will, after component is selected (filter for part priority is picked), set component as "transparent" and set line type to "Dash Double Dot". The problem I have is that under SelectionSet.Item(1).ObjectType it says kUnknownObject when component is selected. I was expecting to get info on selected component. Please, see picture below:
I also tried RMB and "Select As Edges", which gives me all selected edges under SeletionSet but I still cannot get info for the component which is the parent for these selected edges. Also, I think, that if I go with "Select As Edges" I will not be able to make component transparent.
What I am missing here? Is it even possible to do this through VBA?
Solved! Go to Solution.