Click or drag to resize

aceCommandEntryGetScriptLine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the string form of the command with current parameters

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public string GetScriptLine(
	commandLineFormat __format = commandLineFormat.explicitFormat
)
Request Example View Source

Parameters

__format (Optional)
Type: imbACE.Core.commandscommandLineFormat

Return Value

Type: String
See Also