ProjectFolderPropertyDocumentCollectionGetParentProjectFolderPropertyBagCollectionOf Method |
Gets the parent ProjectFolderPropertyBagCollection of a child graph.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ProjectFolderPropertyDocumentCollection? GetParentProjectFolderPropertyBagCollectionOf(
IDocumentLeafNode child
)
Parameters
- child IDocumentLeafNode
- A graph for which the parent collection is searched.
Return Value
ProjectFolderPropertyDocumentCollectionThe parent ProjectFolderPropertyBagCollection, if it exists, or null otherwise.
See Also