hook_<libraryPrefix>_addEnableRuleDpes()
Determines the data point elements that are additionally called for rule evaluation for the setting of an elementary symbol to inactive/active.
Synopsis
dyn_string
hook_<LibaryPrefix>_addEnableRuleDpes(stringsDpe);
Parameters
Parameter | Description |
---|---|
sDpe | Datapoint element to which the elementary symbol references. |
Default
dyn_string hook_stdlib_addEnableRuleDpes(stringsDpe)
{
return makeDynString();
}
Return Value
List of datapoint elements for which a rule for activating an elementary symbol was left.