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

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

EESignature

(Not an Autodesk Employee)