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

GenICam.GenTL_GetLibraryDescriptor Method

Reads description of GenTL provider library.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_GetLibraryDescriptor
(
	string inLibraryPath,
	out AvlNet.GenTL_LibraryDescriptor outDescriptor
)

Parameters

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

See also