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 |
type |
Type: TwinCAT.Ads.ITcAdsDataType. |
Return Value
Type: Boolean
true if found, false otherwise.