Click or drag to resize

SetParameterAttribute Class

Sets a substitution parameter.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsSetParameterAttribute

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public sealed class SetParameterAttribute : Attribute

The SetParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSetParameterAttribute
Constructs a SetParameter attribute.
Top
Properties
  NameDescription
Public propertyParameter
The parameter to set.
Public propertyValue
The parameter value.
Top
See Also