Click or drag to resize

IModifySymbolTableRenameSymbolAsync Method

Renames a symbol.

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

Parameters

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

Return Value

Type: TaskBoolean
True if the symbol was renamed successfully.
See Also