TcAdsSymbolInfoCollection.Item Property

Gets the element at the specified index.

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

Syntax

C#

public TcAdsSymbolInfo this[
    int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
    index As Integer
) As TcAdsSymbolInfo
    Get

Parameters

index

Type: System.Int32

Property Value

Type: TcAdsSymbolInfo

Reference

TcAdsSymbolInfoCollection Class

TwinCAT.Ads Namespace