Click or drag to resize

RapidDataIsArray Property

Gets a value indicating whether the rapid data is an array.

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

Property Value

Type: Boolean
true if the rapid data is an array; otherwise, false.
See Also