ArcObjects Library Reference (SystemUtility)  

ILibLookupExtension.OldLibrary Method

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

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

[C++]
HRESULT OldLibrary(
  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