Click or drag to resize

HiddenAttribute Class

Specifies the Hidden attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsHiddenAttribute

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

The HiddenAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHiddenAttribute
Initializes a new instance of the HiddenAttribute class
Top
Remarks
Properties or fields with this attribute exist in the device image but are are hidden in the symbol table.
See Also