Click or drag to resize

ArrayDataItem Property (Int32)

Gets or sets data in a one dimensional array.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public IRapidData this[
	int x
] { get; set; }

Parameters

x
Type: SystemInt32

Property Value

Type: IRapidData
See Also