Click or drag to resize

PropertiesLoad(FileName) Method

Loads a properties container from the specified file.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Properties Load(
	FileName fileName
)

Parameters

fileName  FileName
The file to load.

Return Value

Properties
The loaded properties container.
See Also