TcHmiResolver.T..Resolve Method

Resolves the specified object by the given path.

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

Syntax

C#

public T Resolve(
    T obj,
    string path
)

Parameters

obj

Type: T
The object to resolve.

path

Type: System.String
The path to the sub-object.

Return Value

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

Reference

TcHmiResolver.T. Class

TcHmiSrv.DynamicSymbols Namespace