You are here: Start » AVL.NET » GenicamInvoke.GenApi_GetBooleanParam
GenicamInvoke.GenApi_GetBooleanParam
Reads named parameter value using GenICam IBoolean interface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static bool GenApi_GetBooleanParam ( int inHandle, string inParameterName, bool inVerifyAccess )
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. | ||
![]()  | inVerifyAccess | bool | True to verify parameter access. | 

