Click or drag to resize

GraphDocumentCollectionGetParentGraphDocumentCollectionOf Method

Gets the parent GraphDocumentCollection of a child graph.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static GraphDocumentCollection? GetParentGraphDocumentCollectionOf(
	IDocumentLeafNode child
)

Parameters

child  IDocumentLeafNode
A graph for which the parent collection is searched.

Return Value

GraphDocumentCollection
The parent GraphDocumentCollection, if it exists, or null otherwise.
See Also