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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
TThe created project item.
See Also