Class LoopCollection
A collection of Loop objects.
Inheritance
LoopCollection
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class LoopCollection
Properties
View Source
Count
Declaration
public virtual int Count { get; }
Property Value
View Source
IsSynchronized
Declaration
public virtual bool IsSynchronized { get; }
Property Value
View Source
this[int]
Declaration
public Loop this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
View Source
List
Declaration
public List<Loop> List { get; }
Property Value
View Source
Parent
Declaration
public ProjectObject Parent { get; }
Property Value
View Source
SyncRoot
Declaration
public virtual object SyncRoot { get; }
Property Value
Methods
View Source
Contains(Loop)
Declaration
public bool Contains(Loop obj)
Parameters
| Type |
Name |
Description |
| Loop |
obj |
|
Returns
View Source
CopyTo(Loop[], int)
Declaration
public void CopyTo(Loop[] array, int index)
Parameters
| Type |
Name |
Description |
| Loop[] |
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
View Source
ToArray()
Declaration
Returns