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