Search Results for

    Show / Hide Table of Contents

    Class ShellCollection

    A collection of Shell items.

    Inheritance
    object
    ShellCollection
    Namespace: ABB.Robotics.RobotStudio.Stations
    Assembly: ABB.Robotics.RobotStudio.Stations.dll
    Syntax
    public class ShellCollection

    Properties

    View Source

    Count

    Declaration
    public virtual int Count { get; }
    Property Value
    Type Description
    int
    View Source

    IsSynchronized

    Declaration
    public virtual bool IsSynchronized { get; }
    Property Value
    Type Description
    bool
    View Source

    this[int]

    Declaration
    public Shell this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Shell
    View Source

    Parent

    Declaration
    public ProjectObject Parent { get; }
    Property Value
    Type Description
    ProjectObject
    View Source

    SyncRoot

    Declaration
    public virtual object SyncRoot { get; }
    Property Value
    Type Description
    object

    Methods

    View Source

    Contains(Shell)

    Declaration
    public bool Contains(Shell obj)
    Parameters
    Type Name Description
    Shell obj
    Returns
    Type Description
    bool
    View Source

    CopyTo(Shell[], int)

    Declaration
    public void CopyTo(Shell[] array, int index)
    Parameters
    Type Name Description
    Shell[] array
    int index
    View Source

    CopyTo(Array, int)

    Declaration
    public virtual void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    Array array
    int index
    View Source

    GetEnumerator()

    Declaration
    public virtual IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator
    View Source

    ToArray()

    Declaration
    public Shell[] ToArray()
    Returns
    Type Description
    Shell[]
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics