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




The following tables list the members exposed by GridIndexFeatures.

Public Constructors

 NameDescription
Public ConstructorGridIndexFeatures ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_featuresInput features can be used to define the extent of the polygon grid that is created. (In, Optional)  
Public Propertyintersect_featureLimits the output grid feature class to only areas that intersect input feature layers or datasets. When input features are specified, the default value is INTERSECTFEATURE. The intersection of input features will be used to create index features. (In, Optional)  
Public Propertylabel_from_originPage numbers (labels) starting with the specified starting page number (default is 1) begins with the cell in the lower left corner of the output grid. The default is NO_LABELFROMORIGIN. (In, Optional)  
Public Propertynumber_columnsNumber of columns to create in the x direction from the point of origin. The default is 10. (In, Optional)  
Public Propertynumber_rowsNumber of rows to create in the y direction from the point of origin. The default is 10. (In, Optional)  
Public Propertyorigin_coordCoordinate for the lower left origin of the output grid feature class. If input features are specified the default value is determined by the extent of the union of extents for these features. If there are no input features specified, the default coordinates are 0 and 0. (In, Optional)  
Public Propertyout_feature_classResulting feature class of polygon index features. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypolygon_heightHeight of the index polygon specifed in either map or page units. If page units are being used the default value is 1 inch. If map units are being used the default is 1 degree. (In, Optional)  
Public Propertypolygon_widthWidth of the index polygon specifed in either map or page units. If page units are being used the default value is 1 inch. If map units are being used the default is 1 degree. (In, Optional)  
Public PropertyscaleScale must be specified if the index polygon height and width are to be calculated in page units.. If the tool is being used outside of an active ArcMap session the default scale value is 1. (In, Optional)  
Public Propertystarting_page_numberEach grid index feature is assigned a sequential page number starting with a specified starting page number. The default is 1. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyuse_page_unitIndicates whether index polygon size input is in page units. The default is NO_USEPAGEUNIT. The tool uses map units by default. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.