Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
241
The function interfaces include data acquisition interface, data output interface, and debugging
related interface.
Interface for setting/obtaining global variable
GlobalVariableModule.SetValue
Function Description
Set Global Variable
Function Method
GlobalVariableModule.SetValue(string paramName,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.
GlobalVariableModule.GetValue
Function Description
Obtain Global Variable
Function Method
object GlobalVariableModule.GetValue (string paramName)
Parameter Name
Data Type
Parameter Description
Input
paramName
string
Variable Name
Return Value
Success: specific result
Exception: null
Obtain result data of module
CurrentProcess.GetModule
Function Description
Obtain module result data