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

  • 大小: 32.1MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-11
  • 語言: C#
  • 標簽: 蘭小機??

資源簡介

基于ArcObject與C#.NET的GIS應用開發(代碼) 光盤代碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Drawing;
using?System.Runtime.InteropServices;
using?ESRI.ArcGIS.ADF.baseClasses;
using?ESRI.ArcGIS.ADF.CATIDs;
using?ESRI.ArcGIS.framework;
using?ESRI.ArcGIS.ArcMapUI;
using?ESRI.ArcGIS.esriSystem;
using?System.Windows.Forms;

namespace?ShortcutKey
{
????///?
????///?Summary?description?for?ShortcutKey_AddData.
????///?

????[Guid(“eed9879b-8bde-4a16-899c-d9c737089bde“)]
????[ClassInterface(ClassInterfaceType.None)]
????[ProgId(“ShortcutKey.ShortcutKey_AddData“)]
????public?sealed?class?ShortcutKey_AddData?:?baseCommand
????{
????????#region?COM?Registration?Function(s)
????????[ComRegisterFunction()]
????????[ComVisible(false)]
????????static?void?RegisterFunction(Type?registerType)
????????{
????????????//?Required?for?ArcGIS?Component?Category?Registrar?support
????????????ArcGISCategoryRegistration(registerType);

????????????//
????????????//?TODO:?Add?any?COM?registration?code?here
????????????//
????????}

????????[ComUnregisterFunction()]
????????[ComVisible(false)]
????????static?void?UnregisterFunction(Type?registerType)
????????{
????????????//?Required?for?ArcGIS?Component?Category?Registrar?support
????????????ArcGISCategoryUnregistration(registerType);

????????????//
????????????//?TODO:?Add?any?COM?unregistration?code?here
????????????//
????????}

????????#region?ArcGIS?Component?Category?Registrar?generated?code
????????///?
????????///?Required?method?for?ArcGIS?Component?Category?registration?-
????????///?Do?not?modify?the?contents?of?this?method?with?the?code?editor.
????????///?

????????private?static?void?ArcGISCategoryRegistration(Type?registerType)
????????{
????????????string?regKey?=?string.Format(“HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}“?registerType.GUID);
????????????MxCommands.Register(regKey);

????????}
????????///?
????????///?Required?method?for?ArcGIS?Component?Category?unregistration?-
????????///?Do?not?modify?the?contents?of?this?method?with?the?code?editor.
????????///?

????????private?static?void?ArcGISCategoryUnregistration(Type?registerType)
????????{
????????????string?regKey?=?string.Format(“HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}“?registerType.GUID);
????????????MxCommands.Unregister(regKey);

????????}

????????#endregion
????????#endregion

????????private?IApplication?m_application;
????????public?ShortcutKey_AddData()
????????{
????????????//
????????????//?TODO:?Define?values?for?the?public?properties
????????????//
????????????base.m_category?=?“ShortcutKey“;?//localizable?text
????????????base.m_caption?=?“ShortcutKey_AddData“;??//localizable?text
????????????base.m_message?=?“ShortcutKey_AddData“;??//localizable?text?
????????????base.m_toolTip?=?“ShortcutKey_AddData“;??//localizable?text?
????????????base.m_name?=?“ShortcutKey_AddData“;???//unique?id?non-localizable?(e.g.?“MyCategory_ArcMapCommand“)

????????????try
????????????{
?????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????I.A....??????6143??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\Accelerator.csproj

????I.A....??????6656??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\Debug\AcceleratorTable.dll

????I.A....?????15872??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\Debug\AcceleratorTable.pdb

????I.A....??????1580??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\Debug\AcceleratorTable.tlb

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\Debug\_desktop.ini

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\Release\_desktop.ini

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\bin\_desktop.ini

????I.A....???????685??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Accelerator.csproj.UnmanagedRegistration.cache

????I.A....??????2262??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\Accelerator.csproj.FileListAbsolute.txt

????I.A....??????6656??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\AcceleratorTable.dll

????I.A....?????15872??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\AcceleratorTable.pdb

????I.A....??????6433??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

????I.A....???????730??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\ShortcutKey.csproj.FileListAbsolute.txt

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\TempPE\_desktop.ini

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\Debug\_desktop.ini

????I.A....???????643??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\ShortcutKey.csproj.UnmanagedRegistration.cache

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\obj\_desktop.ini

????I.A....??????1402??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\Properties\AssemblyInfo.cs

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\Properties\_desktop.ini

????I.A....???????246??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\ShortcutKey_AddData.bmp

????I.A....??????5123??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\ShortcutKey_AddData.cs

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\Accelerator\_desktop.ini

????I.A....??????8033??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\ApplicationAndDocument.csproj

????I.A....???????452??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\ApplicationAndDocument.csproj.user

????I.A....?????13824??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.dll

????I.A....?????34304??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.pdb

????I.A....??????2364??2013-11-21?18:54??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.tlb

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\Debug\_desktop.ini

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\Release\_desktop.ini

????I.A.SH.?????????8??2014-04-01?16:32??基于Arcobject與C#.NET的GIS應用開發(代碼)\Chap.02--ArcGIS應用程序框架擴展\ApplicationAndDocument\bin\_desktop.ini

............此處省略3648個文件信息

評論

共有 條評論

相關資源