当前位置: 代码迷 >> GIS >> arcengine 准确绑定办法
  详细解决方案

arcengine 准确绑定办法

热度:569   发布时间:2016-05-05 06:04:59.0
arcengine 正确绑定办法

if (!RuntimeManager.Bind(ProductCode.Engine))
{
if (!RuntimeManager.Bind(ProductCode.Desktop))
{
MessageBox.Show("Unable to bind to ArcGIS runtime. Application will be shut down.");
return;
}
}