You are here: Start » FIL.NET » GenicamInvoke.GenApi_GetFloatParam

GenicamInvoke.GenApi_GetFloatParam

Reads named parameter value using GenICam IFloat interface.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
public static double GenApi_GetFloatParam
(
	int inHandle,
	string inParameterName,
	bool inVerifyAccess
)

Parameters

Name Type Range Default Description
inHandleintHandle to object providing GenApi interface.
inParameterNamestringTextual name of the parameter that should be accessed in GenICam naming convention or device specific name. Parameter name is case sensitive.
inVerifyAccessboolTrue to verify parameter access.

See also