DataTypeCollection.T..LookupType Method

Determines the specified IDataType

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public T LookupType(
    string name
)

VB

Public Function LookupType ( 
    name As String
) As T

Parameters

name

Type: System.String
The name.

Return Value

Type: T
The IDataType if found, otherwise NULL

Reference

DataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace