MemorySymbolTableAddressTypeAddBranch Method |
Adds a branch to the current symbol table or branch.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic MemorySymbolTable<AddressType> AddBranch(
string name
)
Parameters
- name
- Type: SystemString
The name of the branch.
Return Value
Type:
MemorySymbolTableAddressTypeThe symbol container.
See Also