Click or drag to resize

G3DPlotItemControllerGetSuspendTokenForControllerDocument Method

Overrides the suspend-token retrieval to suspend the parent plot-item collection instead of the plot item. This is because we also want to change for instance the plot groups, or distribute style changes to other plot items.

Namespace: Altaxo.Gui.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override ISuspendToken GetSuspendTokenForControllerDocument()

Return Value

ISuspendToken
The suspend token.
See Also