DVTk API
GetStartedThreadsOverviewAsHTML Method (headerText, noStartedThreadsText, hyperlinkFromDirectory)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadCollectionGetStartedThreadsOverviewAsHTML(String, String, String)
DVTk API

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

Get a HTML table containing an overview of all started Threads. When no started Thread exists, the supplied noStartedThreadsText is returned.
Declaration Syntax
C#Visual BasicVisual C++
public string GetStartedThreadsOverviewAsHTML(
	string headerText,
	string noStartedThreadsText,
	string hyperlinkFromDirectory
)
Public Function GetStartedThreadsOverviewAsHTML ( _
	headerText As String, _
	noStartedThreadsText As String, _
	hyperlinkFromDirectory As String _
) As String
public:
String^ GetStartedThreadsOverviewAsHTML(
	String^ headerText, 
	String^ noStartedThreadsText, 
	String^ hyperlinkFromDirectory
)
Parameters
headerText (String)
Text to be displayed in the table header.
noStartedThreadsText (String)
Text that is returned when no started Threads exist.
hyperlinkFromDirectory (String)
If hyperlinks to results are in the same directory as specified here, a relative path is used.
Return Value

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0