Click or drag to resize

aceConsoleScriptGetScriptInForm Method

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

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceConsoleScript 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: aceConsoleScript
See Also