IReplaceSymbolTableReplaceSymbolTableAsync Method |
Replaces the current symbol table.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
SyntaxTask<bool> ReplaceSymbolTableAsync(
bool sync,
IBrowseItem replacement
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete. - replacement
- Type: Demo3D.PLC.CommsIBrowseItem
The replacement symbol table.
Return Value
Type:
TaskBooleanTrue if the symbol table was replaced successfully.
See Also