You are here: Start » AVL.NET » GenICam.GenApi_GetBooleanParam Method

GenICam.GenApi_GetBooleanParam Method

Reads named parameter value using GenICam IBoolean interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static bool GenApi_GetBooleanParam
(
	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.

Function Overrides

See also