DVTk API
Execute Method (theArguments)
DVTkDvtkApplicationLayerVisualBasicScriptExecute(array<Object>[]()[])
DVTk API

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

Execute the Visual Basic Script if no include errors and no compile erors exist. If present, include errors and compile errors will be logged in the Results file(s).
Declaration Syntax
C#Visual BasicVisual C++
public void Execute(
	Object[] theArguments
)
Public Sub Execute ( _
	theArguments As Object() _
)
public:
void Execute(
	array<Object^>^ theArguments
)
Parameters
theArguments (array< Object >[]()[])
If an include errors exists, the string will contain an error description.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0