Click or drag to resize

GraphDocumentBaseGetGraphProperty Method

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

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object? GetGraphProperty(
	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