07-23-2020
05:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-23-2020
05:43 PM
Hi @s.mich, you can check if a part is an iPart by checking the "IsiPartFactory" property of its ComponentDefinition:
If ThisDoc.Document.ComponentDefinition.IsiPartFactory Then
' Do stuff...
Else
' Do other stuff...
End If