01-26-2024
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-26-2024
09:55 AM
Hi @Leonardo_Czuy. The quickest way to tell if a part is associated with the Content Center is by checking its PartComponentDefinition.IsContentMember property value (ReadOnly Boolean). If True, you can proceed to check within the extra PropertySet(s) (PartDocument.PropertySets) for additional Content Center related information about it. There is a PropertySet named "Content Library Component Properties" with around 10 properties in it you can look into. There is also sometimes one called "ContentCenter", but that one may only contain one Property named "IsCustomPart" with an Integer type value (most likely 1 for true, or zero for false).
Wesley Crihfield
(Not an Autodesk Employee)