Click or drag to resize

RapidGetRapidDataType Method

Gets the type definition for a RAPID data.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public RapidDataType GetRapidDataType(
	params string[] location
)

Parameters

location
Type: SystemString
Defines the exact location of the data.As a minimum a data name must be supplied.

Return Value

Type: RapidDataType
A RapidDataType object to be used for creating new data.
See Also