Search Results for

    Show / Hide Table of Contents

    Class EventTableEntryCollection

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

    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 EventTableEntry this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    EventTableEntry
    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

    Add(EventTableEntry)

    Declaration
    public void Add(EventTableEntry eventTableEntry)
    Parameters
    Type Name Description
    EventTableEntry eventTableEntry
    View Source

    Contains(EventTableEntry)

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

    CopyTo(EventTableEntry[], int)

    Declaration
    public void CopyTo(EventTableEntry[] array, int index)
    Parameters
    Type Name Description
    EventTableEntry[] 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

    Remove(EventTableEntry)

    Declaration
    public void Remove(EventTableEntry eventTableEntry)
    Parameters
    Type Name Description
    EventTableEntry eventTableEntry
    View Source

    ToArray()

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