ProjectBaseAddItemWithThisOrModifiedName Method |
Adds the provided project item to the Altaxo project, for instance a table or a graph, to the project. If another project item with the same name already exists,
a new unique name for the item is found, based on the given name.
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 AddItemWithThisOrModifiedName(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to add.
Exceptions See Also