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

GenICam.GenApi_SetEnumParam Method

Writes named parameter value using GenICam IEnumeration interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

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

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.
inValuestringNew enumeration entry id that should be written to parameter.
inVerifyboolTrue to verify parameter access and value range and alignment.

Function Overrides

See also