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

GenICam.GenApi_GetParamExists Method

Checks if parameter, category or command with specified name exists in GenApi set.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static bool GenApi_GetParamExists
(
	int inHandle,
	string inParameterName
)

Parameters

Name Type Range Default Description
inHandleintHandle to object providing GenApi interface.
inParameterNamestringTextual name of the parameter, category or command that should be checked in GenICam naming convention or device specific name. Name is case sensitive.

See also