Click or drag to resize

MemorySymbolTableAddressType Constructor (MemorySymbolTableAddressType, String)

Constructs a new branch and adds the branch to the parent symbol table or branch.

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

Parameters

parent
Type: Demo3D.PLC.CommsMemorySymbolTableAddressType
The parent symbol table or branch.
name
Type: SystemString
The name of the branch.
See Also