Click or drag to resize

ActionDocumentGetItemProperty Method

Gets an arbitrary object that was stored as item property by SetItemProperty(String, Object).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public Object? GetItemProperty(
	string key
)

Parameters

key  String
Name of the property.

Return Value

Object
The object, or null if no object under the provided name was stored here.
See Also