DimensionCollection.Item Property

Gets or sets the element at the specified index.

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

Syntax

C#

public IDimension this[
    int index
] { get; set; }

Parameters

index

Type: System.Int32
The index.

Return Value

Type: IDimension
IDimension.

Implements

IList.T..Item.Int32.

Exceptions

Exception

Condition

NotImplementedException

Remarks

Index = 0 is the lowest dimesion.

Reference

DimensionCollection Class

TwinCAT.TypeSystem Namespace