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: 19.00.00
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