WITecReaderCreate_ID_Dictionary Method |
Populates the internal identifier dictionary from the provided data node.
The method iterates over the child nodes of dataNode and extracts the integer ID from the child's "TData" node.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected void Create_ID_Dictionary(
WITecTreeNode dataNode
)
Parameters
- dataNode WITecTreeNode
- The data node whose children are inspected to build the ID dictionary.
See Also