Click or drag to resize

IBrowseItemFindChild Method

Find a child item with the given itemName or accessName.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
IBrowseItem? FindChild(
	string? itemName,
	string? accessName
)

Parameters

itemName  String
The name of the child to find.
accessName  String
The address/accessName of the child to find.

Return Value

IBrowseItem
The browse item, or null if not found.
See Also