BrowseItemBaseFindChild Method |
Find a child by itemName or accessName.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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
IBrowseItemThe browse item, or null if not found.
Implements
IBrowseItemFindChild(String, String)
See Also