XYZPlotLayerContentsControllerGetSuspendTokenForControllerDocument Method |
Gets the suspend token for the controller document. Here we try to suspend the parent XYPlotLayer instead of the PlotItemCollection, because we want to modify the
clipping property of the layer too.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override ISuspendToken GetSuspendTokenForControllerDocument()
Return Value
ISuspendTokenSuspend token of the parent XYPlotLayer; if possible; otherwise suspend token for the PlotItemCollection itself.
See Also