AddSymbolsAddSymbolResult Constructor |
Constructs an AddSymbolResult.
Namespace: Demo3D.PLC.Rockwell.EmulatorAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic AddSymbolResult(
TagPath? tagPath,
DeviceAreaProperties deviceArea,
AddSymbolsAddSymbolStatus status,
string message
)
Parameters
- tagPath TagPath
- Tag path of the symbol added.
- deviceArea DeviceAreaProperties
- Device area properties of the symbol added.
- status AddSymbolsAddSymbolStatus
- Result.
- message String
- Error/success message.
See Also