Identifies one of the grammar rules as the root rule. The root rule is where the engine starts its search.
int SetRoot(const char* rule_name)
rule_name
The name of the rule.
grammar.SetRule("foo");
Is the same as writing in a grammar:
root $foo;
LVGrammar_SetRoot (C API)
Complete Help Topic List | Speech Engine Product Information