Click or drag to resize

UserDefinedFillFromString Method

This method is not supported.

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 struct.

Implements

IRapidDataFillFromString(String)
Exceptions
ExceptionCondition
RapidDataFormatExceptionnewValue does not represent the string data type.
InvalidOperationExceptionUserDefinedDataType struct does not have a rapid data type definition.".
Remarks
In order to fill the struct, users must use the method FillFromString(String) on each on the Components of this struct.
See Also