Click or drag to resize

BrowseItemBranchSymbols Property

A list of all the children of a branch item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public IReadOnlyList<IBrowseItem> Symbols { get; }

Property Value

Type: IReadOnlyListIBrowseItem
See Also