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




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

Syntax

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

See Also

© 2010 All Rights Reserved.