TcHmiSchemaBuilder.TType.DefinitionExists Method

Checks if the definition with the specified name exists.

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

Syntax

C#

protected bool DefinitionExists(
    string name
)

Parameters

name

Type: System.String
The name of the definition to search for.

Return Value

Type: Boolean
true if the definition exists; otherwise, false.

Reference

TcHmiSchemaBuilder.TType. Class

TcHmiSrv.DynamicSymbols Namespace