IBrowseItemFindChild Method |
Find a child item with the given itemName or accessName.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxIBrowseItem? 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
IBrowseItemThe browse item, or null if not found.
See Also