• 大小: 0.94M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: arcengine  CSharp  draw  编辑  

资源简介

ArcEngine

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ESRI.ArcGIS.esriSystem;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Controls;
using ESRI.ArcGIS.Display;
using ESRI.ArcGIS.Carto;

namespace lesson5
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            
        }
        int flag = 0;
        private void axMapControl1_onmousedown(object sender ESRI.ArcGIS.Controls.IMapControlEvents2_onmousedownEvent e)
        {
            axMapControl1.MousePointer =esriControlsMousePointer.esriPointerC

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        910  2009-03-23 00:26  Draw\lesson5.sln

    ..A..H.     15360  2009-11-22 13:20  Draw\lesson5.suo

     文件       6661  2009-03-23 00:49  Draw\lesson5\Form1.Designer.cs

     文件       4055  2009-03-26 23:48  Draw\lesson5\Form1.cs

     文件       9320  2009-03-23 00:49  Draw\lesson5\Form1.resx

     文件        466  2009-03-23 00:26  Draw\lesson5\Program.cs

     文件       4523  2009-03-23 00:34  Draw\lesson5\lesson5.csproj

     文件        268  2009-03-26 23:49  Draw\lesson5\obj\lesson5.csproj.FileList.txt

     文件        676  2009-11-22 13:20  Draw\lesson5\obj\lesson5.csproj.FileListAbsolute.txt

     文件     223216  2009-11-22 13:20  Draw\lesson5\obj\Debug\ResolveAssemblyReference.cache

     文件       2572  2009-03-23 00:58  Draw\lesson5\obj\Debug\lesson5.Form1.resources

     文件        180  2009-03-23 00:34  Draw\lesson5\obj\Debug\lesson5.Properties.Resources.resources

     文件        842  2009-11-22 13:20  Draw\lesson5\obj\Debug\lesson5.csproj.GenerateResource.Cache

     文件      24576  2009-03-26 23:48  Draw\lesson5\obj\Debug\lesson5.exe

     文件      28160  2009-03-26 23:48  Draw\lesson5\obj\Debug\lesson5.pdb

     文件      24576  2009-03-26 23:48  Draw\lesson5\bin\Debug\lesson5.exe

     文件      28160  2009-03-26 23:48  Draw\lesson5\bin\Debug\lesson5.pdb

     文件       5632  2005-12-08 14:51  Draw\lesson5\bin\Debug\lesson5.vshost.exe

     文件       1166  2009-03-23 00:26  Draw\lesson5\Properties\AssemblyInfo.cs

     文件       2868  2009-03-23 00:26  Draw\lesson5\Properties\Resources.Designer.cs

     文件       5612  2009-03-23 00:26  Draw\lesson5\Properties\Resources.resx

     文件       1090  2009-03-23 00:26  Draw\lesson5\Properties\Settings.Designer.cs

     文件        249  2009-03-23 00:26  Draw\lesson5\Properties\Settings.settings

     文件      13824  2006-03-13 08:31  Draw\data\World\Continents.lyr

     文件     121241  2006-03-13 08:31  Draw\data\World\Continents.lyr.xml

     文件      21504  2006-03-13 08:31  Draw\data\World\World Cities.lyr

     文件     160768  2009-03-22 21:10  Draw\data\World\World.mxd

     文件      98304  2006-03-13 08:31  Draw\data\World\World.pmf

     文件     259552  2006-09-28 10:26  Draw\data\World\cities.sdc

     文件        142  2006-03-13 08:31  Draw\data\World\cities.sdc.prj

............此处省略30个文件信息

评论

共有 条评论