Click or drag to resize

PlotItemCollectionDispose(Boolean) Method

Disposes this collection and all contained items.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void Dispose(
	bool isDisposing
)

Parameters

isDisposing  Boolean
Indicates whether managed resources should be disposed.
See Also