Eplan Platform API
EPLAN API / API Reference / Actions / XEsGetProjectPropertyAction
XEsGetProjectPropertyAction
 Gets a special property of the 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
Returned value of the property (output parameter, mandatory)

Example
XEsGetProjectPropertyAction /PropertyId:? /PropertyIndex:0
 or
 XEsGetProjectPropertyAction /PropertyIdentName:? /PropertyIndex:0