Click or drag to resize

IAceConsoleScriptGetScriptInForm Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the script in another commandLineFormat

Namespace:  imbACE.Core.operations
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
IAceConsoleScript GetScriptInForm(
	IAceCommandConsole console,
	commandLineFormat format,
	string newPath = null
)
Request Example View Source

Parameters

console
Type: imbACE.Core.operationsIAceCommandConsole
The console.
format
Type: imbACE.Core.commandscommandLineFormat
The format.
newPath (Optional)
Type: SystemString
The new path.

Return Value

Type: IAceConsoleScript
See Also