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

GenICam.GenApi_SetBooleanParam Method

Writes named parameter value using GenICam IBoolean interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenApi_SetBooleanParam
(
	int inHandle,
	string inParameterName,
	bool inValue
)

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.
inValueboolNew value that should be written to parameter.

Function Overrides

See also