Click or drag to resize

RapidEditorInitData Constructor

Constructor for the RapidEditorInitData data

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public RapidEditorInitData(
	string taskName,
	string moduleName,
	int row
)

Parameters

taskName
Type: SystemString
The name of the task
moduleName
Type: SystemString
The name of the module
row
Type: SystemInt32
The row to show
See Also