Class ShellCollection
A collection of Shell items.
Inheritance
ShellCollection
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class ShellCollection
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 Shell this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
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(Shell)
Declaration
public bool Contains(Shell obj)
Parameters
| Type |
Name |
Description |
| Shell |
obj |
|
Returns
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
View Source
ToArray()
Declaration
Returns