BrowseItemBaseFindChild Method |
Defaults to FindChildByAccessName.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic 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:
IBrowseItemThe browse item, or null if not found.
Implements
IBrowseItemFindChild(String, String)
See Also