- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 146字
- 2021-06-24 19:10:36
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Navigate to C:\Student\ArcGISProCookbook\Chapter2\RasterVector by clicking on C:\ in the area on the left."
A block of code is set as follows:
if (cond=="Good")
{
return "<CLR green='255'>"+name+"</CLR>"
}
if (cond=="Fair")
{
return name
}
else
{
return "<BOL><CLR red='255'>"+name+"</CLR></BOL>"
}
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select the Map tab in the ribbon and then click the small arrowhead located under Bookmarks."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Expert C++
- Node.js Design Patterns
- Java面向?qū)ο笏枷肱c程序設(shè)計
- 算法零基礎(chǔ)一本通(Python版)
- Manga Studio Ex 5 Cookbook
- 重學(xué)Java設(shè)計模式
- Cocos2d-x學(xué)習(xí)筆記:完全掌握Lua API與游戲項目開發(fā) (未來書庫)
- Python深度學(xué)習(xí):基于TensorFlow
- Learning Raspbian
- 深度學(xué)習(xí):Java語言實現(xiàn)
- Python語言實用教程
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- 零基礎(chǔ)C#學(xué)習(xí)筆記