DimensionCollection Constructor (IEnumerable.IDimension.)

Initializes a new instance of the DimensionCollection class.

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

Syntax

C#

public DimensionCollection(
    IEnumerable<IDimension> coll
)

VB

Public Sub New ( 
    coll As IEnumerable(Of IDimension)
)

Parameters

coll

Type: System.Collections.Generic.IEnumerable.IDimension.
The coll.

Reference

DimensionCollection Class

DimensionCollection Overload

TwinCAT.TypeSystem Namespace