官术网_书友最值得收藏!

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

A block of code is set as follows:

// create a graphics layer and give it an ID
var graphicsLayer = new Esri.ArcGISRuntime.Layers.GraphicsLayer();
graphicsLayer.ID = "MyGraphicsLayer";

// add the graphics layer to the map
MyMapView.Map.Layers.Add(graphicsLayer);

A block of XAML code will appear like this:

<esri:GroupLayer DisplayName="Basemap Group">
    <esri:ArcGISTiledMapServiceLayer 
        DisplayName="Imagery" IsVisible="False"
            ServiceUri="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" />
    <esri:ArcGISTiledMapServiceLayer DisplayName="Street"
        ServiceUri="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" />
</esri:GroupLayer>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

USE MyDatabase;
GO
SELECT Name, ProductNumber, ListPrice AS Price
FROM Production.Product 
WHERE ProductLine = 'R' 
AND DaysToManufacture < 4
ORDER BY Name ASC;
GO

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 望城县| 土默特左旗| 赤城县| 子长县| 泰和县| 宜阳县| 三门峡市| 舟山市| 巴林右旗| 东乌| 色达县| 宾阳县| 铜鼓县| 灵丘县| 西昌市| 乌兰察布市| 大姚县| 临邑县| 军事| 平凉市| 都昌县| 高雄市| 赤壁市| 白河县| 武邑县| 蕉岭县| 伊吾县| 乌拉特中旗| 绥宁县| 西畴县| 三都| 通州市| 平邑县| 雷波县| 滁州市| 古丈县| 渭南市| 嘉义县| 阿拉尔市| 凤山市| 云阳县|