Click or drag to resize

AreaPathAttribute Class

Specifies the Area path for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsAreaPathAttribute

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

The AreaPathAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAreaPathAttribute
Constructs an AreaPath attribute.
Top
Properties
  NameDescription
Public propertyPath
The area path.
Top
Remarks
Paths are subject to 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);
{areaPath}   with the current area path;
any other substitutions from <see cref="P:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ModuleEmulator.SymbolParameters.Substitutions" />.
See Also