Click or drag to resize

ApplicationStateInfoServiceUnregisterStateGetter Method

Unregisters a state getter.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool UnregisterStateGetter(
	string title
)

Parameters

title  String
The title of the state entry to remove.

Return Value

Boolean
true if the specified title was found and removed, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe title is null.
See Also