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: 19.00.00
Syntax
C#
public MemorySymbolTable<AddressType> AddBranch(
	string name
)

Parameters

name  String
The name of the branch.

Return Value

MemorySymbolTableAddressType
The symbol container.
See Also