- 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.
推薦閱讀
- UI設計基礎培訓教程
- Reporting with Visual Studio and Crystal Reports
- Docker技術入門與實戰(zhàn)(第3版)
- 微服務設計原理與架構
- 數(shù)據(jù)結構(Java語言描述)
- Mastering Kali Linux for Web Penetration Testing
- 零基礎學Python網(wǎng)絡爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- HTML5從入門到精通(第4版)
- Zabbix Performance Tuning
- PrimeFaces Blueprints
- C++從入門到精通(第6版)
- 單片機原理及應用技術
- Instant Automapper
- MongoDB Cookbook(Second Edition)
- 黑莓(BlackBerry)開發(fā)從入門到精通