91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 12.65MB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-08
  • 語言: 其他
  • 標簽: AE??ArcEngine??

資源簡介

ArcEngine地理信息系統開發入門到精通第二版 光盤源代碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?Sample
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);
????????????InitializeComponent();
????????????string?path?=?@“D:\World\“;
????????????string?fileName?=?@“World.mxd“;
????????????//加載圖層文件
????????????axMapControl1.LoadMxFile(path+fileName);
????????????//設置MapControl顯示范圍到數據的全局范圍
????????????axMapControl1.Extent?=?axMapControl1.FullExtent;
????????????

????????}

????????private?void?axToolbarControl1_onmousedown(object?sender?ESRI.ArcGIS.Controls.IToolbarControlEvents_onmousedownEvent?e)
????????{

????????}
????}
}

評論

共有 條評論