Click or drag to resize

DeviceAreaAttribute Class

Specifies the device area attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.EmulatorDeviceAreaAttribute

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

The DeviceAreaAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDeviceAreaAttribute
Constructs a DeviceArea attribute.
Top
Properties
  NameDescription
Public propertyDeviceArea
The device area.
Top
Remarks

When used with a tag, specifies the device area of the tag.

When used on other properties/fields, sets the default device area for sub-tags.

See Also