ArcObjects Library Reference (SystemUtility)  

ILibLookupExtension.NewLibrary Method

Returns the (current) library name and GUID at the specified index position (zero based index).

ERROR: Syntax information about ILibLookupExtension.NewLibrary may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT NewLibrary(
  long* lIndex,
  BSTR* sLibName,
  BSTR* sGuid
);
[C++]

Parameters

lIndex [in, out]   lIndex is a parameter of type long sLibName [in, out]   sLibName is a parameter of type BSTR sGuid [in, out]   sGuid is a parameter of type BSTR

See Also

ILibLookupExtension Interface