Click or drag to resize

PlotGroupCollectionControllerAdvancedDispose(Boolean) Method

Releases the unmanaged resources used by the PlotGroupCollectionControllerAdvanced and optionally releases the managed resources

Namespace: Altaxo.Gui.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Dispose(
	bool isDisposing
)

Parameters

isDisposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also