Click or drag to resize

ParameterData Constructor

Creates a new ParameterData instance.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ParameterData(
	string type,
	string name
)

Parameters

type
Type: SystemString
Parameter data type
name
Type: SystemString
Parameter name
See Also