ESRI.ArcGIS.CartographyTools
CalculateAdjacentFields Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace : CalculateAdjacentFields Class




The most common use case for using this tool is to populate fields that can be used to label the adjacent pages in a map book. This tool appends eight new fields (each field representing one of the eight points of the compass: North, Northeast, East, Southeast, South, Southwest, West and Northwest) to the input feature class and calculates values that identify the adjacent (neighboring) polygons, in each cardinal direction, for each feature in the input feature class.

Syntax

Visual Basic (Declaration) 
Public Class CalculateAdjacentFields 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As CalculateAdjacentFields
C# 
public class CalculateAdjacentFields : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.CartographyTools.CalculateAdjacentFields

See Also

© 2010 All Rights Reserved.