Click or drag to resize

IReplaceSymbolTableReplaceSymbolTableAsync Method

Replaces the current symbol table.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
Task<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

TaskBoolean
True if the symbol table was replaced successfully.
See Also