TextBlockAddChild(String, String) Method |
Creates the child block.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic TextBlock AddChild(
string name,
string data = ""
)
Parameters
- name String
- The block name.
- data String (Optional)
- The block data string.
Return Value
TextBlockThe child block.
Remarks
Names of blocks can repeat.
See Also