XEsSetProjectPropertyAction
                In This Topic
            
             Sets a special property of a current project.
 
| Parameter | Description | 
| PropertyId | Identifier name or number of the property to be set. Values are defined in class "Eplan::EplApi::DataModel::Properties" (input parameter, mandatory)
 | 
| PropertyIdentName | Identifier name of the user defined property to be set (input parameter, mandatory)
 | 
| PropertyIndex | If the property has indices, the index; mostly 0 (input parameter, mandatory)
 | 
| PropertyValue | New value of the property (input parameter, mandatory)
 | 
Example 
XEsSetProjectPropertyAction /PropertyId:? /PropertyIndex:0 /PropertyValue:"?"
 or
 XEsSetProjectPropertyAction /PropertyIdentName:? /PropertyIndex:0 /PropertyValue:"?"