Click or drag to resize

ISymbolTable Interface

An interface for providing access to a symbol table.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface ISymbolTable

The ISymbolTable type exposes the following members.

Properties
  NameDescription
Public propertyCanReadSymbols
Returns whether GetSymbolTableAsync(Boolean) is expected to be able to read the PLC symbol table.
Top
Methods
  NameDescription
Public methodGetSymbolTableAsync
Read the symbol table from the PLC.
Top
See Also