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
SyntaxIBrowseItem? 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:
IBrowseItemThe browse item, or null if not found.
See Also