Click or drag to resize

BrowseItemBaseFindChild Method

Defaults to FindChildByAccessName.

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

Implements

IBrowseItemFindChild(String, String)
See Also