You are here: Start » AVL.NET » GenICam.GenApi_SetEnumParam Method
GenICam.GenApi_SetEnumParam Method
Writes named parameter value using GenICam IEnumeration interface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | Genicam.Net.dll |
Syntax
public static void GenApi_SetEnumParam( int inHandle, string inParameterName, string inValue )
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 enumeration entry id that should be written to parameter. |

