Click or drag to resize

ArrayDataFillFromString Method

Fills the array with a valid rapid string representation.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void FillFromString(
	string newValue
)

Parameters

newValue
Type: SystemString
The new value stored by the object.

Implements

IRapidDataFillFromString(String)
Exceptions
ExceptionCondition
RapidDataFormatExceptionnewValue does not represent the string data type.
Remarks
No check if the rapid string representation is valid or not, is performed.
See Also