You are here: Start » AVL.NET » GenicamInvoke.GenApi_GetParamDescriptor
GenicamInvoke.GenApi_GetParamDescriptor
Reads named parameter description and attributes from GenICam interface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GenApi_GetParamDescriptor ( int inHandle, string inParameterName, Avl.GenApi_ParameterDescriptor 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. | ||
![]()  | outDescriptor | Avl.GenApi_ParameterDescriptor | 


