Click or drag to resize

BOOLAttribute Class

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

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

The BOOLAttribute type exposes the following members.

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