基本信息
源码名称:C#实现supermap二次开发属性数据输入
源码大小:0.20M
文件格式:.rar
开发语言:C#
更新时间:2023-05-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#实现supermap二次开发属性数据输入
本程序实现supermap二次开发属性数据的输入,采用C#开发。


文件清单
└── Export_Data
    ├── Backup
    │   ├── Export_Data
    │   │   ├── Export_Data.csproj
    │   │   ├── Export_Raster.cs
    │   │   ├── Export_Raster.Designer.cs
    │   │   ├── Export_Raster.resx
    │   │   ├── Export_Vector.cs
    │   │   ├── Export_Vector.Designer.cs
    │   │   ├── Export_Vector.resx
    │   │   ├── MainForm.cs
    │   │   ├── MainForm.Designer.cs
    │   │   ├── MainForm.resx
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Export_Data.Designer.cs
    │   │       ├── Export_Data.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Export_Data.sln
    │   └── Export_Data.suo
    ├── Export_Data
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   │       ├── AxInterop.SuperMapLib.dll
    │   │       ├── AxInterop.SuperWkspManagerLib.dll
    │   │       ├── Export_Data.exe
    │   │       ├── Export_Data.vshost.exe
    │   │       ├── Export_Data.vshost.exe.manifest
    │   │       ├── Interop.SuperMapLib.dll
    │   │       └── Interop.SuperWkspManagerLib.dll
    │   ├── Export_Data.csproj
    │   ├── Export_Raster.cs
    │   ├── Export_Raster.Designer.cs
    │   ├── Export_Raster.resx
    │   ├── Export_Vector.cs
    │   ├── Export_Vector.Designer.cs
    │   ├── Export_Vector.resx
    │   ├── MainForm.cs
    │   ├── MainForm.Designer.cs
    │   ├── MainForm.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   └── TempPE
    │   │   └── Release
    │   │       ├── Export_Data.csproj.FileListAbsolute.txt
    │   │       ├── Export_Data.csproj.GenerateResource.Cache
    │   │       ├── Export_Data.csproj.ResolveComReference.cache
    │   │       ├── Export_Data.Export_Raster.resources
    │   │       ├── Export_Data.Export_Vector.resources
    │   │       ├── Export_Data.MainForm.resources
    │   │       ├── Export_Data.Properties.Export_Data.resources
    │   │       └── TempPE
    │   │           └── Properties.Export_Data.Designer.cs.dll
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Export_Data.Designer.cs
    │       ├── Export_Data.resx
    │       ├── Settings.Designer.cs
    │       └── Settings.settings
    ├── Export_Data.sln
    ├── Export_Data.suo
    ├── UpgradeLog.XML
    └── _UpgradeReport_Files
        ├── UpgradeReport.css
        ├── UpgradeReport_Minus.gif
        ├── UpgradeReport_Plus.gif
        └── UpgradeReport.xslt

15 directories, 56 files