ReadOnlyTcAdsDataTypeCollection.TryGetDataType Method

Tries to get the specified type name.

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

Syntax

C#

public bool TryGetDataType(
    string typeName,
    out ITcAdsDataType type
)

VB

Public Function TryGetDataType ( 
    typeName As String,
    <OutAttribute> ByRef type As ITcAdsDataType
) As Boolean

Parameters

typeName

Type: System.String
Name of the type.

type

Type: TwinCAT.Ads.ITcAdsDataType.
The type.

Return Value

Type: Boolean
true if found, false otherwise.

Reference

ReadOnlyTcAdsDataTypeCollection Class

TwinCAT.Ads Namespace