Deletes properties except those specified
Operation possible on parts, assemblies or drawings.
This operation removes all but certain properties from the document you're browsing.
Example : Delete all properties except the '' propertyDescription''.
You can use the '' character*'' placed before or behind a specific character string, to test the existence of property(ies) in the document, containing the character string.
Example :
Desc* deletes all properties except those beginning with Desc in the document.
*000 deletes all properties except those ending in 000 in the document.
You can also define several properties, to avoid deleting, by separating them with the '' character.;''.
Example :
delete all properties except Descriptionand PartNo in the document.