TmEnumerateMethods Function

Obtains the methods that were set for a VDA Tool.

Usage

methods = TmEnumerateMethods(tool_name)

Parameters

tool_name—A string containing the unique name of a VDA Tool.

Returned Value

methods—A string array containing the names of the methods that were set for the specified VDA Tool.

Example

If the TM_DISPLAY, TM_CONVERT, and TM_CODEGEN methods were set for a VDA Tool, TmEnumerateMethods returns the following:

PRINT, TmEnumerateMethods(tool_name)
   TM_DISPLAY TM_CONVERT TM_CODEGEN

See Also

TmExecuteMethod, TmGetMethod, TmSetMethod