ArcObjects Library Reference (SystemUtility)  

ICodeConverter.DevelopmentLanguage Property

Sets the programming language of the code to be converted.

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

[C++]
HRESULT get_DevelopmentLanguage(
  esriDevelopmentLanguage* eDevLang
);
[C++]
HRESULT put_DevelopmentLanguage(
  esriDevelopmentLanguage eDevLang
);
[C++]

Parameters

eDevLang [out, retval]

  eDevLang is a parameter of type esriDevelopmentLanguage

eDevLang [in]

  eDevLang is a parameter of type esriDevelopmentLanguage

See Also

ICodeConverter Interface