IArrayInstance.Item Property

Gets the ISymbol with the specified indices.

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

Syntax

C#

ISymbol this[
    int[] indices
] { get; }

VB

ReadOnly Default Property Item ( 
    indices As Integer()
) As ISymbol
    Get

Parameters

indices

Type: .System.Int32.
The indices.

Property Value

Type: ISymbol
The ISymbol.

Return Value

Type: ISymbol

Reference

IArrayInstance Interface

TwinCAT.TypeSystem Namespace