Click or drag to resize

AddSymbolsAddSymbolDelegate Delegate

A delegate for adding a symbol to the symbol table.

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public delegate AddSymbolsAddSymbolResult AddSymbolDelegate(
	AddSymbolsSymbolsAddParameters symbolToAdd
)

Parameters

symbolToAdd  AddSymbolsSymbolsAddParameters
Description of the symbol to add.

Return Value

AddSymbolsAddSymbolResult
The new symbol (or null if it can't be found or created).
See Also