ArrayData Class |
Namespace: ABB.Robotics.Controllers.RapidDomain
public class ArrayData : IRapidData, IEnumerable
The ArrayData type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseIndex |
Sets or gets the base index of the array
| |
| ItemInt32 |
Gets or sets data in a one dimensional array.
| |
| ItemInt32, Int32 |
Gets or sets data in a two dimensional array.
| |
| ItemInt32, Int32, Int32 |
Gets or sets data in a three dimensional array.
| |
| Length |
Gets the array length in first dimension.
| |
| Rank |
Gets the rank, number of dimensions, of the array.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillFromString |
Fills the array with a valid rapid string representation.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets an IEnumerator object for the array
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLength |
Gets the length of the specified dimension.
Zero based index.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns the string representation of the rapid data array.
(Overrides ObjectToString.) |