Click or drag to resize

IPropertyServiceSetValueT(PropertyKeyT, T) Method

Sets a value belonging to a property key

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetValue<T>(
	PropertyKey<T> p,
	T value
)

Parameters

p  PropertyKeyT
The property key.
value  T
The value.

Type Parameters

T
The value type.
See Also