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




For a list of all members of this type, see CreateFishnet members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertycell_heightDetermines the height of each cell. If you want the height to be automatically calculated using the value in the Number of Columns parameter, set this value to zero—the height will be calculated when the tool is run. (In, Required)  
Public Propertycell_widthDetermines the width of each cell. If you want the width to be automatically calculated using the value in the Number of Rows parameter, set this value to zero—the width will be calculated when the tool is run. (In, Required)  
Public Propertycorner_coordThe opposite corner of the fishnet set by X-Coordinate and Y-Coordinate values. (In, Optional)  
Public Propertygeometry_typeDetermines if the output fishnet cells will be polyline or polygon features. (In, Optional)  
Public PropertylabelsSpecifies whether or not a point feature class will be created containing label points at the center of each fishnet cell. (In, Optional)  
Public Propertynumber_columnsDetermines the number of columns the fishnet will have. If you want the number of columns to be automatically calculated using the value in the Cell Size Height parameter, set this value to zero—the number of rows will be calculated when the tool is run. (In, Required)  
Public Propertynumber_rowsDetermines the number of rows the fishnet will have. If you want the number of rows to be automatically calculated using the value in the Cell Size Width parameter, set this value to zero—the number of rows will be calculated when the tool is run. (In, Required)  
Public Propertyorigin_coordThe starting pivot point of the fishnet. (In, Required)  
Public Propertyout_feature_classThe output feature class containing the fishnet of rectangular cells. (Out, Required)  
Public Propertyout_labelOutput Labels (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertytemplateSpecify the extent of the fishnet. The extent can be entered by specifying the coordinates or using a template dataset. (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 Propertyy_axis_coordThe Y-axis coordinate is used to orient the fishnet. The fishnet is rotated by the same angle as defined by the line connecting the origin and the y-axis coordiinate. (In, Required)  
Top

See Also

© 2010 All Rights Reserved.