Click or drag to resize

NotUsedAttribute Class

Specifies the NotUsed attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsNotUsedAttribute

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

The NotUsedAttribute type exposes the following members.

Constructors
  NameDescription
Public methodNotUsedAttribute
Initializes a new instance of the NotUsedAttribute class
Top
Remarks
Properties or fields with this attribute exist in the symbol table but are never bound by the module emulator.
See Also