Click or drag to resize

MemorySymbolTableAddressTypeAddBranch Method

Adds a branch to the current symbol table or branch.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MemorySymbolTable<AddressType> AddBranch(
	string name
)

Parameters

name
Type: SystemString
The name of the branch.

Return Value

Type: MemorySymbolTableAddressType
The symbol container.
See Also