ProjectBaseAddItem Method |
Adds the provided project item to the Altaxo project, for instance a table or a graph, to the project. For
ProjectFolderPropertyDocuments,
if a document with the same name is already present, the properties are merged.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddItem(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to add.
Exceptions See Also