Click or drag to resize

AppContextUsesImplicitVocab 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
public bool UsesImplicitVocab(
	ImplicitVocabLocations locationAttrs
)

Parameters

locationAttrs
Type: NetQuarryImplicitVocabLocations
The implicit location vocab attribute

Return Value

Type: Boolean
true if the locationAttrs supports implicit vocab, otherwise false.

Implements

IAppContextUsesImplicitVocab(ImplicitVocabLocations)
See Also