ISymbolFactory.CreateArrayElement Method

Creates a single Array Element

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

ISymbol CreateArrayElement(
    IArrayType arrayType,
    int[] currentIndex,
    ISymbol parent
)

Parameters

arrayType

Type: TwinCAT.TypeSystem.IArrayType
Resolved Array type.

currentIndex

Type: .System.Int32.
Array Index of the Element

parent

Type: TwinCAT.TypeSystem.ISymbol
Array Instance

Return Value

Type: ISymbol
Array element

Reference

ISymbolFactory Interface

TwinCAT.TypeSystem Namespace