Click or drag to resize

IBrowseItemGetChildren Method

Return children of a branch item.

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

Parameters

flags  BrowseFlags  (Optional)
Browse control flags.

Return Value

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