Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
244
GetStringValue
Function Description
Obtain String variable value
Function Method
int GetStringValue (string paramName, ref string paramValue)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
string
Variable Value
Return Value
Success: 0
Exception: error code rather than 0.
GetBytesValue
Function Description
Obtain Bytes variable value
Function Method
int GetBytesValue (string paramName,ref byte[] paramValue)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
byte[]
Variable Value
Return Value
Success: 0
Exception: error code rather than 0.
GetIMAGEValue
Function Description
Obtain image data
Function Method
int GetIMAGEValue (string paramName, ref Image paramValue)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
Image
Variable Value
Return Value
Success: 0
Exception: error code rather than 0.
GetIntArrayValue
Function Description
Obtain INT array variable
Function Method
int GetIntArrayValue(string paramName, ref int[] paramValue, out int arrayCount)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Output
paramValue
int[]
Variable Value
arrayCount
int
Array Quantity
Return Value
Success: 0
Exception: error code rather than 0.
GetFloatArrayValue
Function Description
Obtain float array variable