TcAdsSymbolInfoCollection.GetSymbol Method (String)

Gets the symbol by name.

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

Syntax

C#

public TcAdsSymbolInfo GetSymbol(
    string name
)

VB

Public Function GetSymbol ( 
    name As String
) As TcAdsSymbolInfo

Parameters

name

Type: System.String
The name.

Return Value

Type: TcAdsSymbolInfo
TcAdsSymbolInfo.

Remarks

Only located Symbols will be returned.

Reference

TcAdsSymbolInfoCollection Class

GetSymbol Overload

TwinCAT.Ads Namespace