GraphDocumentBaseSetGraphProperty Method |
Sets a graph property identified by a string key.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetGraphProperty(
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