Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Properties
PropertyHierarchy Class
PropertyHierarchy Methods
GetValue Method
GetValue<T>(PropertyKey<T>) Method
GetValue<T>(PropertyKey<T>, T) Method
Property
Hierarchy
Get
Value
T
(Property
Key
T
) Method
Gets a property value.
Namespace:
Altaxo.Main.Properties
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
T
GetValue
<T>(
PropertyKey
<T>
p
)
Parameters
p
PropertyKey
T
The property key.
Type Parameters
T
Type of the property value.
Return Value
T
The property value if found in this hierarchy. If the property value is not found, an
KeyNotFoundException
is thrown.
Implements
IReadOnlyPropertyBag
GetValue
T
(PropertyKey
T
)
Exceptions
Exception
Condition
KeyNotFoundException
Thrown if the property key was not found in this hierarchy.
See Also
Reference
PropertyHierarchy Class
GetValue 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