Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_CanDelete Method

Determines whether the selected plot items can be deleted.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool PlotItems_CanDelete()

Return Value

Boolean
true if one or more plot items are selected; otherwise, false.
See Also