Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
245
Function Method
int GetFloatArrayValue(string paramName, ref float[] paramValue out int
arrayCount)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
float[]
Variable Value
arrayCount
int
Array Quantity
Return Value
Success: 0
Exception: error code rather than 0.
GetStringArrayValue
Function Description
Obtain string array variable
Function Method
int GetStringArrayValue(string paramName, ref string[] paramValue out int
arrrayCount)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
string[]
Variable Value
arrayCount
int
Array Quantity
Return Value
Success: 0
Exception: error code rather than 0.
Data output interface:
SetIntValue
Function Description
Set INT variable value
Function Method
int SetIntValue(string key, int value)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
paramValue
int
Variable Value
Output
Return Value
Success: 0
Exception: error code rather than 0.
SetFloatValue
Function Description
Set float variable value
Function Method
int SetFloatValue (string key, float value)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
paramValue
float
Variable Value
Output
Return Value
Success: 0
Exception: error code rather than 0.