文件名称:CSharp
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-05-30
- 文件大小:
- 54kb
- 下载次数:
- 0次
- 提 供 者:
- 房**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
GIS二次开发的一个实例,该实例实现了属性查询的功能- public partial class Form1 : Form
{
//string m_mapDocumentName = string.Empty
public Form1()
{
InitializeComponent()
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void 新建ToolStripMenuItem_Click(object sender, EventArgs e)
{
//如果当前没有图层,则不操作
if (axMapControl1.Map.LayerCount == 0)
{
{
//string m_mapDocumentName = string.Empty
public Form1()
{
InitializeComponent()
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void 新建ToolStripMenuItem_Click(object sender, EventArgs e)
{
//如果当前没有图层,则不操作
if (axMapControl1.Map.LayerCount == 0)
{
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CSharp\AssemblyInfo.cs
......\AttributeQuery.cs
......\AttributeQuery.resx
......\AttributeQuery2010.csproj
......\AttributeQuery2010.sln
......\AttributeQuery2010.suo
......\bin\Debug\AttributeQuery.exe
......\...\.....\AttributeQuery.pdb
......\...\.....\AttributeQuery.vshost.exe
......\...\.....\AttributeQuery.vshost.exe.manifest
......\obj\x86\Debug\AttributeQuery.AttributeQuery.resources
......\...\...\.....\AttributeQuery.exe
......\...\...\.....\AttributeQuery.pdb
......\...\...\.....\AttributeQuery2010.csproj.FileListAbsolute.txt
......\...\...\.....\AttributeQuery2010.csproj.ResolveComReference.cache
......\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
......\...\...\.....\ResGen.read.1.tlog
......\...\...\.....\ResGen.write.1.tlog
......\...\...\.....\ResolveAssemblyReference.cache
......\...\...\.....\TempPE
......\...\...\Debug
......\bin\Debug
......\obj\x86
......\bin
......\obj
CSharp