Click or drag to resize
ProjectObjectCollection Class
Represents a collection of ProjectObjects
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioProjectObjectCollection

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public abstract class ProjectObjectCollection : ICollection, 
	IEnumerable, IEnumerable<ProjectObject>

The ProjectObjectCollection type exposes the following members.

Constructors
  NameDescription
Public methodProjectObjectCollection
Initializes a new ProjectObjectCollection.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsSynchronized
Gets a value indicating whether access to the ProjectObjectCollection is synchronized (thread safe).
Public propertyItem
Gets the ProjectObject at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ProjectObjectCollection.
Top
Methods
  NameDescription
Public methodAdd
Appends a ProjectObject to the collection.
Public methodContains
Determines whether the collection contains a specific ProjectObject.
Public methodCopyTo
Copies all of the ProjectObjects in this collection to the specified array, starting at the specified index of the target array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a ProjectObject from the collection.
Public methodToArray Obsolete.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also