You are here: Start » AVL.NET » GenicamInvoke.GenApi_SetStringParam
GenicamInvoke.GenApi_SetStringParam
Writes named parameter value using GenICam IString interface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GenApi_SetStringParam ( int inHandle, string inParameterName, string inValue, bool inVerify )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHandle | int | Handle to object providing GenApi interface. | ||
![]()  | inParameterName | string | Textual name of the parameter that should be accessed in GenICam naming convention or device specific name. Parameter name is case sensitive. | ||
![]()  | inValue | string | New value that should be written to parameter. | ||
![]()  | inVerify | bool | True to verify parameter access and value range and alignment. | 

