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




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

Syntax

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

See Also

© 2010 All Rights Reserved.