G3DPlotItemControllerGetSuspendTokenForControllerDocument Method |
We have to override GetSuspendTokenForControllerDocument here because we want 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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override ISuspendToken GetSuspendTokenForControllerDocument()
Return Value
ISuspendToken
The suspend token.
See Also