Click or drag to resize

TextBlockAddChild(String, String) 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 TextBlock AddChild(
	string name,
	string data = ""
)

Parameters

name  String
The block name.
data  String  (Optional)
The block data string.

Return Value

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