You are here: Start » FIL.NET » GenICam.GenApi_ExecuteCommand Method
GenICam.GenApi_ExecuteCommand Method
Executes named command parameter using GenICam ICommand interface.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
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. |