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

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.

主站蜘蛛池模板: 武宁县| 中西区| 田东县| 称多县| 雅江县| 潮安县| 龙里县| 高密市| 育儿| 太白县| 禹州市| 浑源县| 太和县| 任丘市| 汶川县| 彭泽县| 九龙县| 博乐市| 临安市| 韶山市| 平泉县| 安国市| 苏州市| 永新县| 社旗县| 开封县| 临沭县| 丰台区| 永吉县| 克东县| 安阳县| 沅江市| 桂平市| 郓城县| 龙泉市| 靖宇县| 黔南| 邯郸市| 黔东| 汕头市| 信阳市|