Creates the child block.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DataBlock AddChild(
string name
)
Parameters
- name String
- The block name.
Return Value
DataBlockThe child block.
Remarks
Names of blocks can repeat.
See Also