BrowseItemBranchAddRange Method |
Adds a child symbols to a branch item.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic void AddRange(
IEnumerable<IBrowseItem> symbols
)
Parameters
- symbols
- Type: System.Collections.GenericIEnumerableIBrowseItem
Symbols to add.
See Also