hook_<libraryPrefix>_addVisibleRuleDpe()
Determines the data point elements which are additionally used for the rule evaluation in order to set an elementary symbol to visible/invisible.
Synopsis
dyn_string
hook_<libraryPrefix>_addVisibleRuleDpe(stringsDpe);
Parameters
Parameters
Parameter | Description |
---|---|
sDpe | Data point element to which the elementary symbol references. |
Default
dyn_string hook_stdlib_addVisibleRuleDpes(stringsDpe)
{
return makeDynString();
}
Return Value
List of data point elements for which a rule on visibility of an elementary symbol was left.