Click or drag to resize

GraphControllerInitializeDocument Method

Initializes the controller with the supplied document arguments.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
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
The initialization arguments.

Return Value

Boolean
if initialization succeeded; otherwise .

Implements

IMVCANControllerInitializeDocument(Object)
See Also