setChildCalcMode
sets children calculation mode
void setChildCalcMode(string mode);
mode | string | mode name as string |
Available only in PRO Edition
Details
mode values:
- child - children, no recursive;
- leafs - children without subchildren, no recursive;
- childrec - children, recursive;
- leafsrec - children without subchildren, recursive;
- disabled (disabled by default).
Back to top