You are here: Start » AVL.NET » GenicamInvoke.GenApi_GetEnumDescriptor
GenicamInvoke.GenApi_GetEnumDescriptor
Reads named enum parameter description from GenICam IEnumeration interface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GenApi_GetEnumDescriptor ( int inHandle, string inParameterName, bool inAvailableEntriesOnly, Avl.GenApi_EnumDescriptor outDescriptor )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHandle | int | Handle to object providing GenApi interface. | ||
![]()  | inParameterName | string | Textual name of the parameter that should be accessed in GenICam naming convention or device specific name. Parameter name is case sensitive. | ||
![]()  | inAvailableEntriesOnly | bool | True to include in returned description only implemented and available enumeration entries. | ||
![]()  | outDescriptor | Avl.GenApi_EnumDescriptor | 


