Click or drag to resize

InstancePropertyControllerInitializeDocument Method

Initializes the document. In contrast to the base function here it is allowed to call this function with null as model.

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

Parameters

args  Object
The arguments.

Return Value

Boolean
True if the initialization was successfull, False otherwise.

Implements

IMVCANControllerInitializeDocument(Object)
IMVCANControllerInitializeDocument(Object)
See Also