SecsValueCreateListSecsValue 方法 |
从一个对象数组里创建一个secsvalue对象
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static SecsValue CreateListSecsValue(
params Object[] objs
)
Public Shared Function CreateListSecsValue (
ParamArray objs As Object()
) As SecsValue
public:
static SecsValue^ CreateListSecsValue(
... array<Object^>^ objs
)
static member CreateListSecsValue :
objs : Object[] -> SecsValue
参数
- objs
- 类型:SystemObject
实际的数据数组
返回值
类型:
SecsValuesecs对象信息
参见