AdsConnection.ReadSymbolInfo Method
Call this method to obtain information about the individual symbols (variables) in ADS devices.
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public ITcAdsSymbol ReadSymbolInfo(
string name
)
VB
Public Function ReadSymbolInfo (
name As String
) As ITcAdsSymbol
Parameters
| name | Type: System.String | 
Return Value
Type: ITcAdsSymbol
A ITcAdsSymbol containing the requested symbol information or null
if symbol could not be found.