Operation possible on parts, assemblies or drawings.

This operation allows you to add or modify the property specified for the browsed document.

Example :

Adding the property "Draughtsman"with the value "Paul"If it already exists, it will be modified.

 


You can use some coded instructions.

<FileName> to display the document name.

<PathName> to display the full path of the document.

Property name to display a document property value (if the property name contains a space, use %20% to replace this space).

<Configuration> to display the name of the active document configuration.

<ReadFile|D:\Sample.txt> to read the content of a text file (txt). Example here the file Sample.txt.

<Date> to display the date.

<Time> to display the time.

<NewLine> to go to the line.

To concatenate several pieces of information it is possible to use the character "&".

Example

The operation here consists in creating the property "FileYou can also use the "retrieve the current directory of the browsed document" function.

 

RESPECT THE CASE


It is possible to copy all the properties present in :


 


To :


 


To do this, you need to add this operation using the wildcard character "*" for "Property name" and "$*"for value.


 


Result the properties have been copied into the document properties:


 


To concatenate several pieces of information it is possible to use the character "&".