WITecReaderBuildNodeWithIDT Method |
Builds a data class instance for the node identified by the provided identifier.
The method resolves the name of the data node from the internal ID dictionary and constructs the appropriate
TDataClass derived instance.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic T BuildNodeWithID<T>(
int id
)
where T : TDataClass
Parameters
- id Int32
- The identifier of the node to build.
Type Parameters
- T
- The expected return type, which must derive from TDataClass.
Return Value
TAn instance of
T representing the node with the requested identifier.
Exceptions
See Also