IDataTypeContainer.T..TryGetType Method
Tries to get the specified IDataType from the IDataTypeContainer.T..
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool TryGetType(
string name,
out T type
)
VB
Function TryGetType (
name As String,
<OutAttribute> ByRef type As T
) As Boolean
Return Value
Type: Boolean
true if found