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

GenICam.GenApi_GetFloatDescriptor Method

Reads named float parameter attributes from GenICam IFloat interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenApi_GetFloatDescriptor
(
	int inHandle,
	string inParameterName,
	out AvlNet.GenApi_FloatDescriptor 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.
outDescriptorAvlNet.GenApi_FloatDescriptor

See also