TcHmiSchemaGenerator.ListSymbols Method (Command, IEnumerable.Symbol.)

Lists the schemas from the enumerable collection of Symbols and stores them in the read value of the specified Command.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public static void ListSymbols(
    Command command,
    IEnumerable<Symbol> symbols
)

Parameters

command

Type: TcHmiSrv.Command
The Command that contains the ListSymbols request.

symbols

Type: System.Collections.Generic.IEnumerable.Symbol.
An enumerable collection of Symbols that should be listed.

Reference

TcHmiSchemaGenerator Class

ListSymbols Overload

TcHmiSrv.DynamicSymbols Namespace