get_keywordsπ
Short descriptionπ
get_keywords β Get keywords which are assigned to operators.
Signatureπ
get_keywords( proc_name OperatorName, out string Keywords )
Descriptionπ
The operator get_keywords returns all the keywords in
the online-texts corresponding to those operators which have the indicated
substring OperatorName in their name. If instead of OperatorName
the empty string is transmitted, the operator get_keywords
returns all keywords.
The keywords of an individual operator can also be called by using the
operator get_operator_info.
The online-texts will be taken from the files operators_[LANG].ref,
operators_[LANG].sta, operators_[LANG].key,
operators_[LANG].num and operators_[LANG].idx,
which are searched by HALCON in the currently used
directory and in the directory βhelp_dirβ (see also get_system and
set_system).
Attentionπ
The encoding of the result is UTF-8.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
OperatorName (input_control) proc_name β (string)
Substring in the names of those operators for which keywords are needed.
Default: 'get_keywords'
Keywords (output_control) string-array β (string)
Keywords for the operators.
Resultπ
The operator get_keywords returns the value 2 (H_MSG_TRUE) if the
parameters are correct and the helpfiles are available.
Otherwise an exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
Alternatives
See also
Moduleπ
Foundation