Click or drag to resize

PlotCommonColumnsControllerInitializeDocument Method

Initializes the controller with a document.

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool InitializeDocument(
	params Object[] args
)

Parameters

args  Object
Initialization arguments.

Return Value

Boolean
if initialization succeeded; otherwise, .

Implements

IMVCANControllerInitializeDocument(Object)
See Also