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




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

Syntax

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

See Also

© 2010 All Rights Reserved.