GraphDocumentCollection Constructor |
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GraphDocumentCollection(
AltaxoDocument parent,
SortedDictionary<string, IProjectItem> commonDictionaryForGraphs
)
Parameters
- parent AltaxoDocument
- The parent document.
- commonDictionaryForGraphs SortedDictionaryString, IProjectItem
- The shared dictionary used to store graphs by name.
See Also