Click or drag to resize

aceLogAppendFunction Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public Object AppendFunction(
	string functionCode,
	bool breakLine = false
)
Request Example View Source

Parameters

functionCode
Type: SystemString
breakLine (Optional)
Type: SystemBoolean

Return Value

Type: Object

Implements

ITextAppendContent.AppendFunction(String, Boolean)
See Also