Click or drag to resize

AltaxoDocumentLoadStandaloneFromFile Method

Loads an Altaxo project file. The loaded project does not become the current project! Intended only for Altaxo scripts which need to access data in a different Altaxo project. Make sure to dispose the returned document after usage.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AltaxoDocument LoadStandaloneFromFile(
	string fullFileNameOfAltaxoProject
)

Parameters

fullFileNameOfAltaxoProject  String
The full file name of the Altaxo project to load.

Return Value

AltaxoDocument
The AltaxoDocument loaed from the file
Remarks
The file is opened in read-only mode.
See Also