PureScriptControllerInitializeDocument Method |
Initializes the controller with the document.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool InitializeDocument(
params Object[] args
)
Parameters
- args Object
- The arguments necessary to create the controller. Normally, the first argument is the document, the second can be the parent of the document, and so on.
Return Value
BooleanReturns
if successful; otherwise,
.
Implements
IMVCANControllerInitializeDocument(Object)
See Also