Click or drag to resize

IModifySymbolTable Interface

An interface for modifying a symbol table.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public interface IModifySymbolTable : INotifySymbolTable

The IModifySymbolTable type exposes the following members.

Methods
 NameDescription
Public methodCanModifySymbolAsync Returns CanModifySymbolFlags if the symbol can be modified.
Public methodCreateSymbolAsync Creates a new child symbol under the specified symbol.
Public methodDeleteSymbolAsync Deletes a symbol from its branch.
Public methodRenameSymbolAsync Renames a symbol.
Top
Events
 NameDescription
Public eventSymbolTableChanged Occurs when the symbol table has changed.
(Inherited from INotifySymbolTable)
Top
See Also