You are here: Start » FIL.NET » GenICam.GenApi_GetParamExists Method
GenICam.GenApi_GetParamExists Method
Checks if parameter, category or command with specified name exists in GenApi set.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static bool GenApi_GetParamExists ( int inHandle, string inParameterName )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHandle | int | Handle to object providing GenApi interface. | ||
![]() | inParameterName | string | Textual name of the parameter, category or command that should be checked in GenICam naming convention or device specific name. Name is case sensitive. |