Browse
 
Tools
Rss Categories

LVGrammar::GetInterpretation

Reference Number: AA-00884 Views: 6819 0 Rating/ Voters

Returns the semantic interpretation handle indicated by the index.

Function

Parameters

index

The index of the interpretation handle to be returned. It should be in the range [0, (GetNumberOfInterpretations() - 1) ].

Return Values

NULL

The index is not valid.

Non-NULL

The interpretation handle.

Remarks

This function should be used after a call to InterpretParses.

See Also