Click or drag to resize

DataBlockAddChild Method

Creates the child block.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DataBlock AddChild(
	string name
)

Parameters

name  String
The block name.

Return Value

DataBlock
The child block.
Remarks
Names of blocks can repeat.
See Also