Click or drag to resize

IModifySymbolTableRenameSymbolAsync Method

Renames a symbol.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
Task<bool> RenameSymbolAsync(
	bool sync,
	IBrowseItem symbol,
	string name
)

Parameters

sync  Boolean
If true, the Task returned must be guaranteed to be complete.
symbol  IBrowseItem
Symbol to rename.
name  String
New name.

Return Value

TaskBoolean
True if the symbol was renamed successfully.
See Also