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