IModifySymbolTableDeleteSymbolAsync Method |
Deletes a symbol from its branch.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxTask<bool> DeleteSymbolAsync(
bool sync,
IBrowseItem symbol
)
Parameters
- sync Boolean
- If true, the Task returned must be guaranteed to be complete.
- symbol IBrowseItem
- Symbol to delete.
Return Value
TaskBooleanTrue if the symbol was deleted.
See Also