02-27-2019
11:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-27-2019
11:39 PM
Hi Chadra Shekar;
I have a rule that scan through all the occurrences. I need to filter library parts.
I tried with the following:
Dim openDoc As Document openDoc = ThisDoc.Document Dim oDoc As Document If oOcc.IsModifiable = True Then '---------------- '----------------- End If
It does not work for occurrences.
I request you to help. Thanks.