Click or drag to resize

ModuleEmulatorSymbolParameters Class

Optional parameters for controlling symbol names.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsModuleEmulatorSymbolParameters

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

The ModuleEmulatorSymbolParameters type exposes the following members.

Properties
  NameDescription
Public propertyAreaPath
Optional area symbol path, subject to path substitutions (see TagNameAttribute).
Public propertySubstitutions
Optional additional substitutions (see TagNameAttribute).
Public propertySymbolPath
Optional symbol path, subject to path substitutions (see TagNameAttribute).
Top
See Also