Click or drag to resize

aceAdvancedConsoleTState, TWorkspaceaceOperation_scriptProcess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "script", Name = "Process", ShortName = "", 
	Description = "Processing script into selected form")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will load the specified script and process it into selected format")]
public void aceOperation_scriptProcess(
	string script = "script.ace",
	commandLineFormat format = commandLineFormat.explicitFormat,
	bool askForFormat = true
)
Request Example View Source

Parameters

script (Optional)
Type: SystemString
format (Optional)
Type: imbACE.Core.commandscommandLineFormat
askForFormat (Optional)
Type: SystemBoolean
See Also