ABBWebApiClientGetUserValue 方法 |
根据给定的名称,获取当前用户的数据值信息。
According to the given name, gets the data value information of the current user
命名空间:
HslCommunication.Robot.ABB
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<double[]> GetUserValue(
string name
)
Public Function GetUserValue (
name As String
) As OperateResult(Of Double())
public:
OperateResult<array<double>^>^ GetUserValue(
String^ name
)
member GetUserValue :
name : string -> OperateResult<float[]>
参数
- name
- 类型:SystemString
数据名称信息,例如 nCurProgIndex
返回值
类型:
OperateResultDouble数值信息
参见