Click or drag to resize

Graph3DControllerIsCmdCutEnabled Method

Determines whether the cut command is currently available.

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

Return Value

Boolean
true if at least one object is selected; otherwise, false.
See Also