GraphDocumentBase_graphProperties Field |
The graph properties, key is a string, value is a property (arbitrary object) you want to store here.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected PropertyBag? _graphProperties
Field Value
PropertyBagRemarks The properties are saved on disc (with exception of those that starts with "tmp/".
If the property you want to store is only temporary, the properties name should therefore
start with "tmp/".
See Also