Calculates the rotation angle for true north based on the center point of each feature in a feature class and populates this value in a specified field. This field can be used in conjunction with Data Driven Pages to rotate each map to true north.
Syntax
Visual Basic (Declaration) | |
---|
Public Class CalculateGridConvergenceAngle
Implements IGPProcess |
C# | |
---|
public class CalculateGridConvergenceAngle : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.CartographyTools.CalculateGridConvergenceAngle
See Also