You are here: Start » AVL.NET » GenICam.GenApi_GetRegisterDescriptor Method
GenICam.GenApi_GetRegisterDescriptor Method
Reads named register parameter description from GenICam IRegister interface.
Namespace: | AvlNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static void GenApi_GetRegisterDescriptor ( int inHandle, string inParameterName, out AvlNet.GenApi_RegisterDescriptor 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 | AvlNet.GenApi_RegisterDescriptor |