Creates a series of rectangular polygons, or index features, that follow a single linear feature or a group of linear features. These index features can be used with Data Driven Pages to define pages within a strip map, or set of maps that follow a linear feature. The resulting index features contain attributes that can be used to rotate and orient the map on the page and determine which index features, or pages, are next to the current page (to the left and right or to the top and bottom).
Syntax
Visual Basic (Declaration) | |
---|
Public Class StripMapIndexFeatures
Implements IGPProcess |
C# | |
---|
public class StripMapIndexFeatures : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.CartographyTools.StripMapIndexFeatures
See Also