Search Results for

    Show / Hide Table of Contents

    Class PropertyBindingCollection

    Inheritance
    object
    Collection<PropertyBinding>
    GenericCollection<PropertyBinding>
    PropertyBindingCollection
    Namespace: ABB.Robotics.RobotStudio.Stations
    Assembly: ABB.Robotics.RobotStudio.Stations.dll
    Syntax
    public class PropertyBindingCollection : GenericCollection<PropertyBinding>

    Methods

    View Source

    ClearItems()

    Declaration
    protected override void ClearItems()
    Overrides
    RobotStudio.API.Internal.GenericCollection<ABB.Robotics.RobotStudio.Stations.PropertyBinding>.ClearItems()
    View Source

    InsertItem(int, PropertyBinding)

    Declaration
    protected override void InsertItem(int index, PropertyBinding item)
    Parameters
    Type Name Description
    int index
    PropertyBinding item
    Overrides
    GenericCollection<PropertyBinding>.InsertItem(int, PropertyBinding)
    View Source

    RemoveItem(int)

    Declaration
    protected override void RemoveItem(int index)
    Parameters
    Type Name Description
    int index
    Overrides
    RobotStudio.API.Internal.GenericCollection<ABB.Robotics.RobotStudio.Stations.PropertyBinding>.RemoveItem(int)
    View Source

    SetItem(int, PropertyBinding)

    Declaration
    protected override void SetItem(int index, PropertyBinding item)
    Parameters
    Type Name Description
    int index
    PropertyBinding item
    Overrides
    GenericCollection<PropertyBinding>.SetItem(int, PropertyBinding)
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics