Search Results for

    Show / Hide Table of Contents

    Class MechanicalUnitCollection

    A collection of mechanical units

    Inheritance
    object
    CollectionBase
    EnumerableTCollectionBase<MechanicalUnit>
    MechanicalUnitCollection
    Implements
    IList
    ICollection
    IEnumerable<MechanicalUnit>
    IEnumerable
    Inherited Members
    CollectionBase.Clear()
    CollectionBase.RemoveAt(int)
    CollectionBase.GetEnumerator()
    CollectionBase.Capacity
    CollectionBase.Count
    Namespace: ABB.Robotics.Controllers.MotionDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public sealed class MechanicalUnitCollection : EnumerableTCollectionBase<MechanicalUnit>, IList, ICollection, IEnumerable<MechanicalUnit>, IEnumerable

    Constructors

    View Source

    MechanicalUnitCollection()

    Initializes a new instance of the MechanicalUnitCollection class.

    Declaration
    public MechanicalUnitCollection()

    Properties

    View Source

    this[int]

    Gets or sets the MechanicalUnit at the specified index.

    Declaration
    public MechanicalUnit this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MechanicalUnit

    The value.

    Methods

    View Source

    Contains(MechanicalUnit)

    Determines whether collection contains the specified value.

    Declaration
    public bool Contains(MechanicalUnit value)
    Parameters
    Type Name Description
    MechanicalUnit value

    The value.

    Returns
    Type Description
    bool

    true if collection contains the specified value; otherwise, false.

    View Source

    IndexOf(MechanicalUnit)

    Gets the index of the value.

    Declaration
    public int IndexOf(MechanicalUnit value)
    Parameters
    Type Name Description
    MechanicalUnit value

    The value.

    Returns
    Type Description
    int

    The index of the value.

    View Source

    Insert(int, MechanicalUnit)

    Inserts value at the specified index.

    Declaration
    public void Insert(int index, MechanicalUnit value)
    Parameters
    Type Name Description
    int index

    The index.

    MechanicalUnit value

    The value.

    View Source

    Remove(MechanicalUnit)

    Removes the specified value.

    Declaration
    public void Remove(MechanicalUnit value)
    Parameters
    Type Name Description
    MechanicalUnit value

    The value.

    Implements

    IList
    ICollection
    IEnumerable<T>
    IEnumerable
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics