DVTk API
GetNamesForScriptFile Method (theScriptFileName, theResultsFileNames)
DVTkDvtkApplicationLayerResultGetNamesForScriptFile(String, ArrayList)
DVTk API

[This is preliminary documentation and is subject to change.]

Get the results file names of the files that need to be shown (in)directly under the tree node indicated by the tree node tag.
Declaration Syntax
C#Visual BasicVisual C++
public static ArrayList GetNamesForScriptFile(
	string theScriptFileName,
	ArrayList theResultsFileNames
)
Public Shared Function GetNamesForScriptFile ( _
	theScriptFileName As String, _
	theResultsFileNames As ArrayList _
) As ArrayList
public:
static ArrayList^ GetNamesForScriptFile(
	String^ theScriptFileName, 
	ArrayList^ theResultsFileNames
)
Parameters
theScriptFileName (String)
The tree node tag.
theResultsFileNames (ArrayList)
Valid results file names to choose from.
Return Value
The results file names to display under the tree node.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0