Click or drag to resize

aceLogAppendPairs 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 AppendPairs(
	PropertyCollection data,
	bool isHorizontal = false,
	string between = ""
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
isHorizontal (Optional)
Type: SystemBoolean
between (Optional)
Type: SystemString

Return Value

Type: Object

Implements

ITextAppendContent.AppendPairs(PropertyCollection, Boolean, String)
See Also