ApplicationStateInfoServiceUnregisterStateGetter Method |
Unregisters a state getter.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool UnregisterStateGetter(
string title
)
Parameters
- title String
- The title of the state entry to remove.
Return Value
Booleantrue if the specified title was found and removed, otherwise
false.
Exceptions See Also