資源簡介
c#+ae的各種功能實現例子很多很詳細,渲染、查詢、分析等都有。
代碼片段和文件信息
//?Copyright?2010?ESRI
//?
//?All?rights?reserved?under?the?copyright?laws?of?the?United?States
//?and?applicable?international?laws?treaties?and?conventions.
//?
//?You?may?freely?redistribute?and?use?this?sample?code?with?or
//?without?modification?provided?you?include?the?original?copyright
//?notice?and?use?restrictions.
//?
//?See?the?use?restrictions?at?<your?ArcGIS?install?location>/DeveloperKit10.0/userestrictions.txt.
//?
//------------------------------------------------------------------------------
//?
//?????This?code?was?generated?by?a?tool.
//?????Runtime?Version:2.0.50727.3607
//
//?????Changes?to?this?file?may?cause?incorrect?behavior?and?will?be?lost?if
//?????the?code?is?regenerated.
//?
//------------------------------------------------------------------------------
namespace?AddInEditorExtension?{
????using?ESRI.ArcGIS.framework;
????using?ESRI.ArcGIS.ArcMapUI;
????using?ESRI.ArcGIS.Editor;
????using?ESRI.ArcGIS.esriSystem;
????using?System;
????using?System.Collections.Generic;
????using?ESRI.ArcGIS.Desktop.AddIns;
????
????
????internal?partial?class?ThisAddIn?{
????????
????????internal?static?string?Name?{
????????????get?{
????????????????return?“AddInEditorExtension“;
????????????}
????????}
????????
????????internal?static?string?AddInID?{
????????????get?{
????????????????return?“{be3892ee-98b2-4d13-8ac2-33896ef8c55e}“;
????????????}
????????}
????????
????????internal?static?string?Company?{
????????????get?{
????????????????return?“ESRI“;
????????????}
????????}
????????
????????internal?static?string?Version?{
????????????get?{
????????????????return?“1.0“;
????????????}
????????}
????????
????????internal?static?string?Description?{
????????????get?{
????????????????return?“Walkthrough?Add-in?for?Editor?Extension.“;
????????????}
????????}
????????
????????internal?static?string?Author?{
????????????get?{
????????????????return?“arok5348“;
????????????}
????????}
????????
????????internal?static?string?Date?{
????????????get?{
????????????????return?“8/19/2009?12:59:51?PM“;
????????????}
????????}
????}
????
internal?static?class?ArcMap
{
??private?static?IApplication?s_app?=?null;
??private?static?IDocumentEvents_Event?s_docEvent;
??public?static?IApplication?Application
??{
????get
????{
??????if?(s_app?==?null)
??????{
????????s_app?=?Internal.AddInStartupobject.GetHook()?as?IApplication;
????????if?(s_app?==?null)
????????{
??????????IEditor?editorHost?=?Internal.AddInStartupobject.GetHook();
??????????if?(editorHost?!=?null)
????????????s_app?=?editorHost.Parent;
????????}
??????}
??????return?s_app;
????}
??}
??public?static?IMxDocument?Document
??{
????get
????{
??????if?(Application?!=?null)
????????return?Application.Document?as?IMxDocument;
??????return?null;
????}
??}
??public?static?IMxApplication?ThisApplication
??{
???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-08-21?15:24??Arcob
?????目錄???????????0??2013-08-21?15:24??Arcob
?????目錄???????????0??2013-08-21?15:24??Arcob
?????文件????????2884??2010-05-14?12:07??Arcob
?????文件???????33873??2010-05-14?12:07??Arcob
?????文件???????34750??2008-11-17?14:35??Arcob
?????文件????????5796??2010-02-22?16:20??Arcob
?????文件?????????872??2010-02-22?12:03??Arcob
?????文件????????7425??2010-04-18?16:02??Arcob
?????文件?????????872??2010-04-18?16:02??Arcob
?????文件????????4588??2010-05-14?12:07??Arcob
?????目錄???????????0??2013-08-21?15:24??Arcob
?????文件????????1491??2010-05-14?12:07??Arcob
?????文件???????34811??2008-11-17?14:35??Arcob
?????文件???????32224??2010-05-14?12:07??Arcob
?????文件?????????872??2010-02-22?12:03??Arcob
?????文件????????6230??2010-02-22?12:10??Arcob
?????文件?????????872??2010-04-18?16:03??Arcob
?????文件????????7895??2010-04-18?16:02??Arcob
?????目錄???????????0??2013-08-21?15:24??Arcob
?????目錄???????????0??2013-08-21?15:24??Arcob
?????文件????????2884??2010-05-14?12:07??Arcob
?????文件???????19620??2010-05-14?12:07??Arcob
?????文件???????14977??2008-11-17?14:35??Arcob
?????文件????????5373??2010-02-22?17:01??Arcob
?????文件?????????880??2010-02-22?12:03??Arcob
?????文件????????7006??2010-04-18?16:04??Arcob
?????文件?????????880??2010-04-18?16:04??Arcob
?????文件?????????238??2008-11-17?14:35??Arcob
?????文件?????????246??2008-11-17?14:35??Arcob
?????文件????????3844??2010-05-14?12:07??Arcob
............此處省略7936個文件信息
評論
共有 條評論