Click or drag to resize

IModifySymbolTableDeleteSymbolAsync Method

Deletes a symbol from its branch.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 16.01.07
Syntax
C#
Task<bool> DeleteSymbolAsync(
	bool sync,
	IBrowseItem symbol
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.
symbol
Type: Demo3D.PLC.CommsIBrowseItem
Symbol to delete.

Return Value

Type: TaskBoolean
True if the symbol was deleted.
See Also