The following tables list the members exposed by StripMapIndexFeatures.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| direction_type | Index features are created in a sequential order and require a starting point. Setting the direction type for the strip map provides a starting point. The default is WE_NS. This means that the starting point for the strip map is either at the western end of the line feature if the line feature's directional trend is West to East/East to West or, if the directional trend is North to South/South to North, the starting point would be the northern most point of the line feature. The direction type is also applied to secondary line features. (In, Optional) |
| in_features | Input polyline or polylines defining the path of the strip map index features. (In, Required) |
| length_along_line | Length of the polygon index feature along the input line feature specifed in either map or page units. The default value is determined by the spatial reference of the input line feature or features. This value will be 1/100 of the input feature class extent along the X axis. (In, Optional) |
| length_perpendicular_to_line | Length of the polygon index feature perpendicular to the input line feature specifed in either map or page units. The default value is determined by the spatial reference of the input line feature or features. This value will be 1/2 the number used for the length along the line. (In, Optional) |
| out_feature_class | Resulting feature class of polygon index features. (Out, Required) |
| overlap_percentage | The approximate percentage of geographic overlap between an individual map page and its adjoining pages in the series. The default is 10. (In, Optional) |
| page_orientation | Used to determine the orientation of the input line features on the layout page. The default is HORIZONTAL. (In, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| scale | Map scale must be specified if index feature lengths (along the line and perpendicular to the line) are to be calculated in page space. If ArcMap is open the default value will be the scale of the active data frame. If ArcMap is not open the default will be 1. (In, Optional) |
| starting_page_number | Each grid index feature is assigned a sequential page number starting with a specified starting page number. The default value is 1. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| use_page_unit | Indicates whether index feature size input is in page space. The default value is NO_USEPAGEUNIT.
(In, Optional) |
Top
See Also