Click or drag to resize

IBrowseItemGetChildren Method

Return children of a branch item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
IEnumerable<IBrowseItem>? GetChildren(
	BrowseFlags flags = BrowseFlags.Default
)

Parameters

flags (Optional)
Type: Demo3D.PLC.CommsBrowseFlags
Browse control flags.

Return Value

Type: IEnumerableIBrowseItem
A sequence of child nodes, or null if the current node is not populated.
See Also