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

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.

主站蜘蛛池模板: 泾阳县| 盐山县| 清水河县| 枣强县| 资兴市| 凯里市| 江孜县| 民乐县| 米泉市| 武邑县| 志丹县| 焉耆| 鲁山县| 乌拉特前旗| 珠海市| 浏阳市| 皋兰县| 潼南县| 武穴市| 南涧| 夹江县| 临海市| 阳泉市| 措勤县| 五原县| 普定县| 浦江县| 宁城县| 沾益县| 浦城县| 梓潼县| 重庆市| 庆安县| 阳东县| 云南省| 龙海市| 渑池县| 南部县| 江油市| 平利县| 韩城市|