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

GenICam.GenApi_GetEnumDescriptor Method

Reads named enum parameter description from GenICam IEnumeration interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenApi_GetEnumDescriptor
(
	int inHandle,
	string inParameterName,
	bool inAvailableEntriesOnly,
	AvlNet.GenApi_EnumDescriptor outDescriptor
)

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.
inAvailableEntriesOnlyboolTrue to include in returned description only implemented and available enumeration entries.
outDescriptorAvlNet.GenApi_EnumDescriptor

See also