Click or drag to resize

DWORDAttribute Class

Specifies the DWORD PLC type attribute for a tag.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public sealed class DWORDAttribute : PlcTypeAttribute

The DWORDAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDWORDAttribute
Constructs a DWORD attribute.
Top
Properties
  NameDescription
Public propertyPlcType
The PLC type.
(Inherited from PlcTypeAttribute.)
Top
See Also