Click or drag to resize

DependentVariableTransformationControllerCheckDocumentInitializedT(T) Method

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

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override 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