Click or drag to resize

GraphDocumentCollectionParentObject Property

Gets/sets the parent object this instance belongs to.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override IDocumentNode? ParentObject { get; set; }

Property Value

IDocumentNode

Implements

IDocumentLeafNodeParentObject
See Also