DimensionCollection.CopyTo Method

Copies to.

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

Syntax

C#

public void CopyTo(
    IDimension[] array,
    int arrayIndex
)

Parameters

array

Type: .TwinCAT.TypeSystem.IDimension.
The array.

arrayIndex

Type: System.Int32
Index of the array.

Implements

ICollection.T..CopyTo(.T., Int32)

Exceptions

Exception

Condition

NotImplementedException

Reference

DimensionCollection Class

TwinCAT.TypeSystem Namespace