ActionDocumentSetItemProperty Method |
Sets a graph property identified by a string key.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic void SetItemProperty(
string key,
Object val
)
Parameters
- key String
- The property key.
- val Object
- The property value to store.
RemarksThe properties are saved on disk, with the exception of those whose name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also