Click or drag to resize

BrowseItemBaseFindChild Method

Find a child by itemName or accessName.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public virtual 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.

Implements

IBrowseItemFindChild(String, String)
See Also