Click or drag to resize

IAltaxoProjectServiceCreateDocumentT Method

Creates a project item, and adds it to the appropriate collection in the current project. Note that there might exist more specialized function to create a certain project item.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
T CreateDocument<T>(
	string inFolder
)
where T : IProjectItem

Parameters

inFolder  String
The folder into which the project item is created.

Type Parameters

T
The type of project item to create.

Return Value

T
The created project item.
See Also