You are here: Start » FIL.NET » GenICam.GenApi_SetFloatParam Method
GenICam.GenApi_SetFloatParam Method
Writes named parameter value using GenICam IFloat interface.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static void GenApi_SetFloatParam ( int inHandle, string inParameterName, double inValue, bool inVerify )
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. | ||
![]() | inValue | double | New value that should be written to parameter. | ||
![]() | inVerify | bool | True to verify parameter access and value range. |