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

Hi Limin,

 

I checked for the authoring property in your part. It seems to be already removed.

 

However, there is anadditional info in the attribute set of part’s component definition called "com.autodesk.inventor.HarnessProperties which you can try to delete.

Please execute the code below in a vba editor for this

Sub main()
Dim Doc As PartDocument
Set Doc = ThisApplication.ActiveDocument

Dim attrset As AttributeSet
Set attrset = Doc.ComponentDefinition.AttributeSets.Item("com.autodesk.inventor.HarnessProperties")
 
attrset.Delete

End Sub

 

Please let me know if this helps.

 

Regards,

Sajith


Sajith Subramanian
Autodesk Developer Network