DVTk API
GetNamesForCurrentSessionId Method (theSession, theResultsFileNames)
DVTkDvtkApplicationLayerResultGetNamesForCurrentSessionId(Session, ArrayList)
DVTk API

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

From a list of results file names, return those results file names with the same session ID as the session ID of the supplied session.
Declaration Syntax
C#Visual BasicVisual C++
public static ArrayList GetNamesForCurrentSessionId(
	Session theSession,
	ArrayList theResultsFileNames
)
Public Shared Function GetNamesForCurrentSessionId ( _
	theSession As Session, _
	theResultsFileNames As ArrayList _
) As ArrayList
public:
static ArrayList^ GetNamesForCurrentSessionId(
	Session^ theSession, 
	ArrayList^ theResultsFileNames
)
Parameters
theSession (Session)
The session.
theResultsFileNames (ArrayList)
Valid results file names.
Return Value
List of results file names.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0