⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htm

📁 arcgis 添加图例 arcgis 添加图例
💻 HTM
字号:
<HTML>
  <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <TITLE>Add map surrounds using SymbologyControl </TITLE>
    <LINK REL="stylesheet" TYPE="text/css" HREF="http://edndoc.esri.com/common_92/style/legacy.css">
    <style>          code#c {color: green;} /* used for comments */          code#k {color: blue;} /* used for keywords */        </style>
  </HEAD>
  <BODY topmargin="0" id="bodyID" class="dtBODY">
    <div id="nsbanner" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
      <div id="TitleRow" class="bannertitle92">
        <table class="titleWithBackground">
          <td>
            <H1>Add map surrounds using SymbologyControl <a name="ICallout"></a></H1>
          </td>
        </table>
      </div>
    </div><br xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><div class="main">
      <fieldset class="Property" style="width: auto" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <legend class="PropertyName">Purpose</legend><span class="PropertyValue">This sample demonstrates using the SymbologyControl to display north arrow, scale bar, and scale text symbols that are used by custom commands when adding MapSurround objects to the GraphicsContainer of the PageLayout. The sample uses the SymbologyControl in conjunction with the PageLayoutControl, TOCControl, ToolbarControl, and the controls commands.
<br>
<br>In the Form_Load event of the SymbolForm, the LoadStyleFile method is used to add the contents of the ESRI.ServerStyle into the SymbologyControl and the StyleClass property is used to display MarkerNorthArrow, Scalebar, or ScaleText symbols.
<br>
<br>Clicking an item displayed in the SymbologyControl fires the OnItemSelectedEvent. The ITool.OnMouseUp events of the custom commands are used to add MapSurroundFrame objects to the GraphicsContainer with the IMapSurroundFrame.MapSurround property set to the IStyleGalleryItem.Item property.<br></span></fieldset><br xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><table class="dtTable" cellspacing="0" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <tr>
          <th>Development licensing</th>
          <th>Deployment licensing</th>
        </tr>
        <tr style="empty-cells:show">
          <td>Engine Developer Kit</td>
          <td>Engine Runtime</td>
        </tr>
        <tr style="empty-cells:show">
          <td>
          </td>
          <td>ArcView</td>
        </tr>
        <tr style="empty-cells:show">
          <td>
          </td>
          <td>ArcEditor</td>
        </tr>
        <tr style="empty-cells:show">
          <td>
          </td>
          <td>ArcInfo</td>
        </tr>
      </table><br xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><h4>How to use</h4>
      <p>See <a href="http://edndoc.esri.com/arcobjects/9.2/NET/65bb4d2a-7cf0-4f00-8a05-7953ee180801.htm" target="_blank">Using the samples</a> for help on compiling, setting up the debugger, and running the sample (either an exe or dll).</p>
      <ol>
        <li>Load a map document into the PageLayoutControl. </li>
        <li>Use the palette to add map surrounds onto the page.  </li><br></ol><br><br></div>
  </BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -