TcHmiSchemaGenerator.GetDefinitions Method (Command, IEnumerable.Definition.)

Gets the definitions from the enumerable collection of Definitions 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 GetDefinitions(
    Command command,
    IEnumerable<Definition> definitions
)

Parameters

command

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

definitions

Type: System.Collections.Generic.IEnumerable.Definition.
An enumerable collection of Definitions that should be returned.

Reference

TcHmiSchemaGenerator Class

GetDefinitions Overload

TcHmiSrv.DynamicSymbols Namespace