DimensionCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Syntax

C#

public IEnumerator<IDimension> GetEnumerator()

Return Value

Type: IEnumerator.IDimension.
A IEnumerator.T. that can be used to iterate through the collection.

Implements

IEnumerable.T..GetEnumerator.

Exceptions

Exception

Condition

NotImplementedException

Reference

DimensionCollection Class

TwinCAT.TypeSystem Namespace