Click or drag to resize

DriverProfileOnAddSymbols Event

Occurs when the PLC symbol table is read.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public event Action<SymbolIOInfo, Func<List<string>, PseudoSymbol, bool>, IComponentLogger> OnAddSymbols

Value

Type: SystemActionSymbolIOInfo, FuncListString, PseudoSymbol, Boolean, IComponentLogger
See Also