DataBlockFindChild Method |
Finds child block by name.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DataBlock FindChild(
string name
)
Parameters
- name String
- The block name.
Return Value
DataBlockDataBlock if the block has been exists; otherwise,
null.
See Also