Click or drag to resize

ExtensionPathSetUp Method

Reads the extension path contents from XML.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void SetUp(
	ExtensionPath extensionPath,
	XmlReader reader,
	string endElement
)

Parameters

extensionPath  ExtensionPath
The extension path to populate.
reader  XmlReader
The XML reader positioned on the path contents.
endElement  String
The XML end element that terminates the path section.
See Also