Click or drag to resize

InstancePropertyController.InitializeDocument 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.3261.0 (4.8.3261.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

IMVCANController.InitializeDocument(Object[])
IMVCANController.InitializeDocument(Object[])
See Also