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
Syntaxpublic int GetLength(
int dimension
)
Parameters
- dimension
- Type: SystemInt32
Dimension to get length for.
Return Value
Type:
Int32The length of the dimension.
See Also