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