Click or drag to resize

DataBlockFindChild Method

Finds child block by name.

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

Parameters

name  String
The block name.

Return Value

DataBlock
DataBlock if the block has been exists; otherwise, null.
See Also