Click or drag to resize

HiddenAttribute Class

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

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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 are hidden in the symbol table.
See Also