Click or drag to resize

ParameterAttribute Class

Specifies the Parameter to substitute.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsParameterAttribute

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

The ParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodParameterAttribute
Constructs a Parameter attribute.
Top
Properties
  NameDescription
Public propertyName
The area path.
Top
Remarks
Possible substitutions as follows:
{deviceName} with the device name (eg "device");
{symbolName} with the module symbol name (eg "device:1");
{area}       with the device IO area (eg PI or PO);
{slot}       with the IOMap LinkAddress;
{i}          with the current index of the enclosing array (if any);
{tagName}    with the current tag name; and
any other substitutions from <see cref="P:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ModuleEmulator.SymbolParameters.Substitutions" />.
See Also