You are here: Start » AVL.NET » GenicamInvoke.GenTL_GetLibraryDescriptor

GenicamInvoke.GenTL_GetLibraryDescriptor

Reads description of GenTL provider library.

Namespace:Avl
Assembly:AvlNet.Genicam.dll

Syntax

C++
C#
 
public static void GenTL_GetLibraryDescriptor
(
	string inLibraryPath,
	Avl.GenTL_LibraryDescriptor outDescriptor
)

Parameters

Name Type Range Default Description
inLibraryPathstringPath identifying provider library.
outDescriptorAvl.GenTL_LibraryDescriptorDescription retrieved from provider library.

See also