Creates the child block.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public DataBlock AddChild(
string name
)
Parameters
- name
- Type: SystemString
The block name.
Return Value
Type:
DataBlockThe child block.
Remarks
Names of blocks can repeat.
See Also