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.3179.0 (4.8.3179.0)
Syntax
C#
public GraphDocumentCollection(
	AltaxoDocument parent,
	SortedDictionary<string, IProjectItem> commonDictionaryForGraphs
)

Parameters

parent  AltaxoDocument

[Missing <param name="parent"/> documentation for "M:Altaxo.Graph.Graph3D.GraphDocumentCollection.#ctor(Altaxo.AltaxoDocument,System.Collections.Generic.SortedDictionary{System.String,Altaxo.Main.IProjectItem})"]

commonDictionaryForGraphs  SortedDictionaryString, IProjectItem

[Missing <param name="commonDictionaryForGraphs"/> documentation for "M:Altaxo.Graph.Graph3D.GraphDocumentCollection.#ctor(Altaxo.AltaxoDocument,System.Collections.Generic.SortedDictionary{System.String,Altaxo.Main.IProjectItem})"]

See Also