Click or drag to resize

GraphDocumentCollection Constructor

Initializes a new instance of the GraphDocumentCollection class.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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