GraphDocumentCollectionGetParentGraphDocumentCollectionOf Method |
Gets the parent GraphDocumentCollection of a child graph.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static GraphDocumentCollection? GetParentGraphDocumentCollectionOf(
IDocumentLeafNode child
)
Parameters
- child IDocumentLeafNode
- A graph for which the parent collection is searched.
Return Value
GraphDocumentCollectionThe parent GraphDocumentCollection, if it exists, or null otherwise.
See Also