Click or drag to resize

ConditionReadConditionList Method

Reads a list of conditions from XML.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ICondition[] ReadConditionList(
	XmlReader reader,
	string endElement,
	AddIn addIn
)

Parameters

reader  XmlReader
The XML reader positioned on the first child condition element.
endElement  String
The XML end element that terminates the condition list.
addIn  AddIn
The add-in that owns the conditions.

Return Value

ICondition
The parsed conditions.
See Also