Click or drag to resize

ControllerBaseCheckDocumentInitializedT Method

Checks whether the document has been initialized and throws an exception if it is null.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected virtual void CheckDocumentInitialized<T>(
	ref T doc
)

Parameters

doc  T
The document reference to check.

Type Parameters

T
The type of the document.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the document is not initialized.
See Also