You are here: Start » AVL.NET » GenicamInvoke.GenApi_ExecuteCommand
GenicamInvoke.GenApi_ExecuteCommand
Executes named command parameter using GenICam ICommand interface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GenApi_ExecuteCommand ( int inHandle, string inCommandName, bool inVerifyAccess )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHandle | int | Handle to object providing GenApi interface. | ||
![]()  | inCommandName | string | Textual name of the command parameter that should be executed in GenICam naming convention or device specific name. Command name is case sensitive. | ||
![]()  | inVerifyAccess | bool | True to verify parameter access. | 

