Click or drag to resize

AddSymbolsAddSymbolResult Constructor

Constructs an AddSymbolResult.

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public 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