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: 15.0.2.11458
Syntax
C#
IBrowseItem? FindChild(
	string? itemName,
	string? accessName
)

Parameters

itemName
Type: SystemString
The name of the child to find.
accessName
Type: SystemString
The address/accessName of the child to find.

Return Value

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