操作方法

操作方法:在 ArcGIS Pro 中显示两个或多个字段中的标注

Last Published: July 20, 2023

摘要

In ArcGIS Pro, when labeling is enabled, features are labeled based on the values of a selected field. The following image is a map showing each Arkansas county library in and around the Glenwood area labelled with the city name.

Map showing each Arizona county library in and  around the Glenwood area labelled with the city name.

It is sometimes necessary to label a feature based on the values of two or more fields. This can be achieved using label expressions. For instance, a facility manager requiring the contact information of each county library in and around Glenwood. Displaying each library's city name and contact number in the labels quickly reveal the information the manager requires.

过程

Follow the steps below to create and display labels based on the values of two or more fields in ArcGIS Pro.

  1. In ArcGIS Pro, open the project containing the layer.
  2. In the Contents pane, right-click the layer name, and select Label to turn on labeling.
  3. Right-click the layer name, and select Labeling Properties….
  4. In the Label Class pane, click the Language drop-down list, and select VBScript.
  5. Build the label expression, and run the script. In this example, the City and Contact fields are used to label the feature.
    1. Clear the Expression box before proceeding with the following steps.
    2. Under Fields, double-click City to add the City field to the Expression box.
    3. Key in '& vbnewline &' after the City field name in the Expression box to add a line break between the field values in the label. Alternatively, key in ‘& " " &’ to add a space instead of a line break between the field values.
    4. Under Fields, double-click Contact to append the Contact field to the expression.
    5. Click the Verify button to validate the expression.
    6. Click Apply to run the script.
Note:
To add fields to the expression, add a space or a line break after each field name, and double-click the field name under Fields to append the field.
Screenshot showing the steps to build the label expression.

The image below shows each Arkansas county library in and around Glenwood labeled based on the values from the City and Contact fields.

Map showing each library labelled based on values from the two fields.

文章 ID: 000025040

获得人工智能支持

使用 Esri Support AI Chatbot 快速解决您的问题。

立即开始聊天

相关信息

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

立即开始聊天

转至下载选项