ScatterSymbolListGetSerializationRegistrationKey Method |
Gets a key that is used during serialization to decide whether or not the set was already serialized.
Use the returned key to retrieve a string from the properties of the serialization info. If the returned property string
is null, then the set needs to be serialized; otherwise, it was already serialized before.
Namespace: Altaxo.Graph.Graph2D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetSerializationRegistrationKey(
ScatterSymbolList set
)
Parameters
- set ScatterSymbolList
- The set for which the property key should be evaluated.
Return Value
StringThe property key to be used to retrieve a property from the serialization info.
See Also