TcHmiResolver.T..GetObjectByName Method

Gets a sub-object of the specified object with the given name.

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

Syntax

C#

protected abstract T GetObjectByName(
    T obj,
    string name
)

Parameters

obj

Type: T
The object from which a sub-object is obtained.

name

Type: System.String
The name of the sub-object.

Return Value

Type: T
The sub-object identified by the given name.

Reference

TcHmiResolver.T. Class

TcHmiSrv.DynamicSymbols Namespace