Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi Chadra Shekar;

 

I have a rule that scan through all the occurrences. I need to filter library parts.

 

2019-02-27 2332.png

 

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.