Click or drag to resize

ColorSetGetSerializationRegistrationKey Method

Gets a key that is used during serialization to decide whether or not a color 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 color set needs to be serialized; otherwise, it was already serialized before.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetSerializationRegistrationKey(
	IColorSet set
)

Parameters

set  IColorSet
The color set for which the property key should be evaluated.

Return Value

String
The property key to be used to retrieve a property from the serialization info.
See Also