- 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.
推薦閱讀
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Redis入門指南(第3版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- C程序設計案例教程
- Learning Python Design Patterns
- Active Directory with PowerShell
- ASP.NET開發與應用教程
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Mastering Unity 2D Game Development(Second Edition)
- Instant Automapper
- AI自動化測試:技術原理、平臺搭建與工程實踐
- SQL Server 2008實用教程(第3版)
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Learning ROS for Robotics Programming
- Learning Puppet