Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm wanting to filter out occurences that are in "Rectangular Pattern:1". Something like this:
For Each oOcc As ComponentOccurrence In oOcc_s If oOcc.IsPatternElement If oOcc.PatternElement.Parent.Name = "Rectangular Pattern:1"
Do stuff here
oOcc.PatternElement.Parent.Name is not thing though. anyone know how to get the thing?
Regards
Mark
Solved! Go to Solution.