ApplicationStateInfoServiceUnregisterStateGetter Method |
Unregisters a state getter.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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