ReadOnlyDimensionCollection Class

ReadOnly version of the DimensionCollection

Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelReadOnlyCollectionIDimension
    TwinCAT.TypeSystemReadOnlyDimensionCollection

Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public class ReadOnlyDimensionCollection : ReadOnlyCollection<IDimension>, 
    IDimensionCollection, IList<IDimension>, ICollection<IDimension>, 
    IEnumerable<IDimension>, IEnumerable

The ReadOnlyDimensionCollection type exposes the following members.

Properties

 

Name

Description

ReadOnlyDimensionCollection Class 1:

Count

Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 2:

ElementCount

Gets the Number of elements in all Dimensions

ReadOnlyDimensionCollection Class 3:

Empty

Returns an empty ReadOnlyDimensionCollection

ReadOnlyDimensionCollection Class 4:

IsNonZeroBased

Gets a value indicating whether this instance is non zero index based.

ReadOnlyDimensionCollection Class 5:

Item

Gets the element at the specified index.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 6:

Items

Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 7:

LowerBounds

Gets the lower bounds.

ReadOnlyDimensionCollection Class 8:

UpperBounds

Gets the upper bounds.

Methods

 

Name

Description

ReadOnlyDimensionCollection Class 9:

Contains

Determines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 10:

CopyTo

Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 11:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

ReadOnlyDimensionCollection Class 12:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

ReadOnlyDimensionCollection Class 13:

GetDimensionLengths

Gets an array the specifies the Lengths of each Array Dimension

ReadOnlyDimensionCollection Class 14:

GetEnumerator

Returns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 15:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

ReadOnlyDimensionCollection Class 16:

GetType

Gets the Type of the current instance.
(Inherited from Object)

ReadOnlyDimensionCollection Class 17:

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIDimension)

ReadOnlyDimensionCollection Class 18:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

ReadOnlyDimensionCollection Class 19:

ToString

Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

 

Name

Description

AddDimension

Adds a Dimension (FluentInterface)
(Defined by IDimensionCollectionExtension)

Reference

TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026