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




Determines 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)

Syntax

Visual Basic (Declaration) 
Public Property cell_width As Double
Visual Basic (Usage)Copy Code
Dim instance As CreateFishnet
Dim value As Double
 
instance.cell_width = value
 
value = instance.cell_width
C# 
public double cell_width {get; set;}

See Also

© 2010 All Rights Reserved.