Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Properties
PropertyBag Class
PropertyBag Methods
SetValue Method
SetValue<T>(PropertyKey<T>, T) Method
SetValue<T>(String, T) Method
Property
Bag
Set
Value
T
(Property
Key
T
,
T
) Method
Sets the value of a property.
Namespace:
Altaxo.Main.Properties
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
virtual
void
SetValue
<T>(
PropertyKey
<T>
p
, T
value
)
Parameters
p
PropertyKey
T
The property key.
value
T
The value of the property.
Type Parameters
T
Type of the property.
Implements
IPropertyBag
SetValue
T
(PropertyKey
T
, T)
Exceptions
Exception
Condition
ArgumentException
Thrown if the type of the provided value is not compatible with the registered property.
See Also
Reference
PropertyBag Class
SetValue Overload
Altaxo.Main.Properties Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net