cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Delete ALL In Custom Tab, Properties

Delete ALL In Custom Tab, Properties

When I get Vendor Supplied Iges/Step files...I need to delete all of their custom properties, and then add my own company's properties we use for Drawings.  I currently have to click each line, and manually delete one by one...it would be handy to have a "Delete All" button added.

 

inventor idea.jpg

3 Comments
MC-CAD
Contributor

hello

you can use this simply iLogic rule:

 

'define custom property collection
oCustomPropertySet = ThisDoc.Document.PropertySets.Item("Inventor User Defined Properties")
'look at each property in the collection
For Each oCustProp in oCustomPropertySet
'delete the custom iProperty
oCustProp.Delete
Next

 

morrisangelo
Advocate
dan_szymanski
Autodesk
Status changed to: Implemented

This idea has been implemented within Autodesk Inventor 2020.1. With the update you can multi-select multiple iproperties by depressing the shift or ctrl key. Once multiple iproperties are selected the Delete key can be depressed. Special thanks to everyone who cast a vote for it.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea