Click or drag to resize

ArrayDataBaseIndex Property

Sets or gets the base index of the array

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

Property Value

Type: Int32
Remarks
Base indexes 0 and 1 are supported. The default value is 1.
See Also