Click or drag to resize

FpRapidData Constructor (RapidData)

Initializes a new instance of the FpRapidData class.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU (in ABB.Robotics.GTPU.dll) Version: 6.5.129.0
Syntax
C#
public FpRapidData(
	RapidData rapidData
)

Parameters

rapidData
Type: ABB.Robotics.Controllers.RapidDomainRapidData
A RapidData instance that represent the work object to define.
Exceptions
ExceptionCondition
ArgumentExceptionrapidData is null.
See Also