PropertiesLoad(FileName) Method |
Loads a properties container from the specified file.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Properties Load(
FileName fileName
)
Parameters
- fileName FileName
- The file to load.
Return Value
PropertiesThe loaded properties container.
See Also