Deletes a property
Operation possible on parts, assemblies or drawings.
This operation removes the specified property from the browsed document.
Example : Delete the '' propertyDescription'' if it exists in the document.
You can use the '' character*'' placed before or behind a specific character string, to test the existence of a property in the document, including the character string.
Example :
Desc* deleting properties starting with Desc in the document.
*000 deletion of properties ending with 000 in the document.
You can also define several properties to be deleted, separating them with the '' character.;''.
Example :
property deletion Descriptionand PartNo in the document.