Click or drag to resize

DashPatternListGetSerializationRegistrationKey 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.Drawing.DashPatternManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetSerializationRegistrationKey(
	DashPatternList set
)

Parameters

set  DashPatternList
The 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