IBrowseItemGetChildren Method |
Return children of a branch item.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxIEnumerable<IBrowseItem>? GetChildren(
BrowseFlags flags = BrowseFlags.Default
)
Parameters
- flags BrowseFlags (Optional)
- Browse control flags.
Return Value
IEnumerableIBrowseItemA sequence of child nodes, or null if the current node is not populated.
See Also