You are here: Start » FIL.NET » GenicamInvoke.GenApi_GetParamExists

GenicamInvoke.GenApi_GetParamExists

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

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
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