Click or drag to resize

AddSymbolsSymbolsAddParameters Class

Details of the symbol to add.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorAddSymbolsSymbolsAddParameters

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public class SymbolsAddParameters

The AddSymbolsSymbolsAddParameters type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowedAccess
Allowed access.
Public propertyAreaPath
The area symbol path (or null to use the default).
Public propertyDescription
The symbol description.
Public propertyDeviceArea
The device area.
Public propertyHidden
True to hide the symbol.
Public propertyIOEntryInfo
The IOEntry info.
Public propertyNoCreate
True to require the symbol to exist already.
Public propertyPlcType
Symbol data type.
Public propertyShared
True to place the tag in shared memory.
Public propertySymbolPath
Symbol path (or empty to use the area symbol).
Public propertySymbolSource
Source of the symbol.
Top
See Also