You are here: Start » FIL.NET » GenICam.GenApi_GetStringParam Method
GenICam.GenApi_GetStringParam Method
Reads named parameter value using GenICam IInteger interface.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static void GenApi_GetStringParam ( int inHandle, string inParameterName, bool inVerifyAccess, out string outValue )
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. | ||
![]() | outValue | string |