IAnalysisApplicationControllerStartWithCommandLine Method

TIBCO Spotfire 11.4 API Reference
Starts the analysis application with the a command line.

Namespace:  Spotfire.Dxp.Application.Interop
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
void StartWithCommandLine(
	Object callback,
	string commandLine
)

Parameters

callback
Type: SystemObject
An object with callback methods. Shall implement IAnalysisApplicationControllerCallback.
commandLine
Type: SystemString
A string representing a command line. For information on command line parameters, see http://stn.spotfire.com/stn/Extend/CommandLineParameters.aspx.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference