Click or drag to resize

NoCreateAttribute Class

Specifies the NoCreate attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsNoCreateAttribute

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

The NoCreateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodNoCreateAttribute
Initializes a new instance of the NoCreateAttribute class
Top
Properties
  NameDescription
Public propertyMustExist
If true (default) the symbol must already exist. If false and the symbol does not already exist, then the field will not be bound.
Top
Remarks
Properties or fields with this attribute are expected to exist already.
See Also