Click or drag to resize

DeviceAreaAttribute Class

Specifies the DeviceArea attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsDeviceAreaAttribute

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
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 name.
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