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 (in)(obligatory)
|
PropertyIdentName |
identifier name of the user defined property to be set (in)(obligatory)
|
PropertyIndex |
if the property has indices, the index; mostly 0 (in)(obligatory)
|
PropertyValue |
new value of the property (in)(obligatory)
|
Example
XEsSetProjectPropertyAction /PropertyId:? /PropertyIndex:0 /PropertyValue:"?"
or
XEsSetProjectPropertyAction /PropertyIdentName:? /PropertyIndex:0 /PropertyValue:"?"