Click or drag to resize

ArrayData Class

Represents an array of a rapid data type.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Controllers.RapidDomainArrayData

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public class ArrayData : IRapidData, IEnumerable

The ArrayData type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFillFromString
Fills the array with a valid rapid string representation.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an IEnumerator object for the array
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLength
Gets the length of the specified dimension. Zero based index.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of the rapid data array.
(Overrides ObjectToString.)
Top
See Also