Class ShellCollection
A collection of Shell items.
Inheritance
ShellCollection
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class ShellCollection
Properties
Count
Declaration
public virtual int Count { get; }
Property Value
IsSynchronized
Declaration
public virtual bool IsSynchronized { get; }
Property Value
this[int]
Declaration
public Shell this[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Parent
Declaration
public ProjectObject Parent { get; }
Property Value
SyncRoot
Declaration
public virtual object SyncRoot { get; }
Property Value
Methods
Contains(Shell)
Declaration
public bool Contains(Shell obj)
Parameters
Type |
Name |
Description |
Shell |
obj |
|
Returns
CopyTo(Shell[], int)
Declaration
public void CopyTo(Shell[] array, int index)
Parameters
Type |
Name |
Description |
Shell[] |
array |
|
int |
index |
|
CopyTo(Array, int)
Declaration
public virtual void CopyTo(Array array, int index)
Parameters
Type |
Name |
Description |
Array |
array |
|
int |
index |
|
GetEnumerator()
Declaration
public virtual IEnumerator GetEnumerator()
Returns
ToArray()
Declaration
Returns