IAppContextUsesImplicitVocab Method |
Returns true if the locationAttrs supports implicit vocab.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool UsesImplicitVocab(
ImplicitVocabLocations locationAttrs
)
Function UsesImplicitVocab (
locationAttrs As ImplicitVocabLocations
) As Boolean
Parameters
- locationAttrs
- Type: NetQuarryImplicitVocabLocations
The implicit location vocab attribute
Return Value
Type:
Booleantrue if the locationAttrs supports implicit vocab, otherwise false.
See Also