DimensionCollection.Item Property

Gets or sets the element at the specified index.

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

Syntax

C#

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

VB

Public Default Property Item ( 
    index As Integer
) As IDimension
    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