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

GenicamInvoke.GenTL_GetLibraryDescriptor

Reads description of GenTL provider library.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

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

Parameters

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

See also