readme.htm

来自「C#开发的ArcGIS Server9.2地图查询控件」· HTM 代码 · 共 21 行

HTM
21
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Readme - QuerySelectTask sample</title>
</head>
<body>

<h2>Readme - QuerySelectTask sample</h2>

<p>This is a sample task for the ESRI Web ADF. It extends the standard
QueryAttributesTask so that every feature is selected (and highlighted
on the associated Map control) immediately when the task executes.</p>

<p>To use, unzip the solution/project to your hard disk, and open
the .sln file in Visual Studio 2005. You may also use Visual C# Express
to open the project. For details on using the task, see the
ESRI ArcGIS Server Developer blog entry for this sample, from February 2006.</p>

</body>
</html>

⌨️ 快捷键说明

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