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

GenicamInvoke.GenApi_GetCategoryDescriptor

Reads named category description from GenICam interface.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
public static void GenApi_GetCategoryDescriptor
(
	int inHandle,
	string inCategoryName,
	Fil.GenApi_CategoryDescriptor outDescriptor
)

Parameters

Name Type Range Default Description
inHandleintHandle to object providing GenApi interface.
inCategoryNamestringTextual name of the category that should be accessed in GenICam naming convention or device specific name. Category name is case sensitive.
outDescriptorFil.GenApi_CategoryDescriptor

See also