Click or drag to resize

ExecutionOrderAttribute Constructor

Construct an ExecutionOrderAttribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public ExecutionOrderAttribute(
	int executionOrder
)

Parameters

executionOrder
Type: SystemInt32
The execution order.
See Also