dbFigGroupNamePrefix
cdba dbFigGroupNamePrefix string "figure_group_name_prefix"
Description
Prepends the specified string to the name of a figure group. The default is group.
For example, if the specified prefix is group and, the name group_figGroupName is generated.
GUI Equivalent
Examples
envGetVal("cdba" "dbFigGroupNamePrefix")
envSetVal("cdba" "dbFigGroupNamePrefix" 'string "mgroup")
Return to top