Click or drag to resize

GraphDocumentBaseGetPropertyValueT Method

[Missing <summary> documentation for "M:Altaxo.Graph.GraphDocumentBase.GetPropertyValue``1(Altaxo.Main.Properties.PropertyKey{``0},System.Func{``0})"]


Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T GetPropertyValue<T>(
	PropertyKey<T> key,
	Func<T>? resultCreationIfNotFound
)

Parameters

key  PropertyKeyT

[Missing <param name="key"/> documentation for "M:Altaxo.Graph.GraphDocumentBase.GetPropertyValue``1(Altaxo.Main.Properties.PropertyKey{``0},System.Func{``0})"]

resultCreationIfNotFound  FuncT

[Missing <param name="resultCreationIfNotFound"/> documentation for "M:Altaxo.Graph.GraphDocumentBase.GetPropertyValue``1(Altaxo.Main.Properties.PropertyKey{``0},System.Func{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Graph.GraphDocumentBase.GetPropertyValue``1(Altaxo.Main.Properties.PropertyKey{``0},System.Func{``0})"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Graph.GraphDocumentBase.GetPropertyValue``1(Altaxo.Main.Properties.PropertyKey{``0},System.Func{``0})"]

See Also