Click or drag to resize

ArrayDataGetLength Method

Gets the length of the specified dimension. Zero based index.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public int GetLength(
	int dimension
)

Parameters

dimension
Type: SystemInt32
Dimension to get length for.

Return Value

Type: Int32
The length of the dimension.
See Also