IAdsSymbolicAccess.TryReadDataType Method

Call this method to obtain information about the specified data type.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

AdsErrorCode TryReadDataType(
    string typeName,
    out IDataType?? dataType
)

Parameters

typeName

Type: System.String
Name of the symbol.

dataType

Type: TwinCAT.TypeSystem.IDataType.
The symbol.

Return Value

Type: AdsErrorCode
A IDataType containing the requested symbol information or null if symbol could not be found.

Reference

IAdsSymbolicAccess Interface

TwinCAT.Ads Namespace

IAdsSymbolicAccess.ReadDataType(String)