ArcObjects Library Reference (SystemUtility)  

ICodeConverter.ReplaceLibrary Method

Replaces occurrences of the specified library name with the appropriate new library name, in the supplied ArcObjects code. Returns a status, some reporting text and the number of replacements made.

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

[C++]
HRESULT ReplaceLibrary(
  BSTR* sCode,
  BSTR* sLibName,
  BSTR* sLog,
  long* lReplacements,
  esriCodeConverterStatus* __MIDL__ICodeConverter0002
);
[C++]

Parameters

sCode [in, out]   sCode is a parameter of type BSTR sLibName [in, out]   sLibName is a parameter of type BSTR sLog [in, out]   sLog is a parameter of type BSTR lReplacements [in, out]   lReplacements is a parameter of type long __MIDL__ICodeConverter0002 [out, retval]

  __MIDL__ICodeConverter0002 is a parameter of type esriCodeConverterStatus

See Also

ICodeConverter Interface