ArcObjects Library Reference (SystemUtility)  

ICodeConverter.ReplaceTagEsris Method

Replaces occurrences of tagesri<xxx> enumerations with the approprate new enumeration name, in the supplied ArcObjects code. Returns a status, some reporting text and the number of replacements made.

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

[C++]
HRESULT ReplaceTagEsris(
  BSTR* sCode,
  BSTR* sLog,
  long* lReplacements,
  esriCodeConverterStatus* __MIDL__ICodeConverter0003
);
[C++]

Parameters

sCode [in, out]   sCode 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__ICodeConverter0003 [out, retval]

  __MIDL__ICodeConverter0003 is a parameter of type esriCodeConverterStatus

See Also

ICodeConverter Interface