AddSymbolsAddSymbolDelegate Delegate |
A delegate for adding a symbol to the symbol table.
Namespace: Demo3D.PLC.Rockwell.EmulatorAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic delegate AddSymbolsAddSymbolResult AddSymbolDelegate(
AddSymbolsSymbolsAddParameters symbolToAdd
)
Parameters
- symbolToAdd AddSymbolsSymbolsAddParameters
- Description of the symbol to add.
Return Value
AddSymbolsAddSymbolResultThe new symbol (or null if it can't be found or created).
See Also