WITecTreeNodeGetDataT Method |
Gets a data value by name and casts it to the requested type T.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic T GetData<T>(
string name
)
Parameters
- name String
- The key/name of the data value to retrieve.
Type Parameters
- T
- The expected type of the data value.
Return Value
TThe value associated with
name cast to
T.
Exceptions
See Also