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: 14.0.0.10531
Syntaxpublic 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