Click or drag to resize

ToolDataFillFromString Method

Fills the struct with a valid rapid string representation.

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

Parameters

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

Implements

IRapidDataFillFromString(String)
Exceptions
ExceptionCondition
RapidDataFormatExceptionnewValue does not represent the tooldata data type.
See Also