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

GenICam.GenApi_ExecuteCommand Method

Executes named command parameter using GenICam ICommand interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenApi_ExecuteCommand
(
	int inHandle,
	string inCommandName,
	bool inVerifyAccess
)

Parameters

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

Function Overrides

See also