Click or drag to resize

ParameterAttribute Constructor

Constructs a Parameter attribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public ParameterAttribute(
	string? name
)

Parameters

name
Type: SystemString
The parameter name.
See Also