Click or drag to resize

BrowseItemBranchAddRange Method

Adds a child symbols to a branch item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AddRange(
	IEnumerable<IBrowseItem> symbols
)

Parameters

symbols
Type: System.Collections.GenericIEnumerableIBrowseItem
Symbols to add.
See Also