Click or drag to resize

ProjectFolderPropertyDocumentCollectionGetParentProjectFolderPropertyBagCollectionOf Method

Gets the parent ProjectFolderPropertyBagCollection of a child graph.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ProjectFolderPropertyDocumentCollection? GetParentProjectFolderPropertyBagCollectionOf(
	IDocumentLeafNode child
)

Parameters

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

Return Value

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