Click or drag to resize

IReplaceSymbolTableReplaceSymbolTableAsync Method

Replaces the current symbol table.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
Task<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: TaskBoolean
True if the symbol table was replaced successfully.
See Also