Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
246
SetStringValue
Function Description
Set string variable value
Function Method
int SetFloatValue (string key, float value)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
paramValue
string
Variable Value
Output
Return Value
Success: 0
Exception: error code rather than 0.
SetBytesValue
Function Description
Set hexadecimal data
Function Method
int SetBytesValue (string key, byte[] value)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
paramValue
byte[]
Variable Value
Output
Return Value
Success: 0
Exception: error code rather than 0.
SetImageValue
Function Description
Set image data
Function Method
int SetImageValue (string key, Image value)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
paramValue
Image
Variable Value
Output
Return Value
Success: 0
Exception: error code rather than 0
SetStringValueByIndex
Function Description
Set string array
Function Method
int SetStringValueByIndex(string key, string value, int index, int total)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
value
string
Variable Value
index
int
Array index
total
int
Array element quantity
Output