DataManagementTools | |
CreateFishnet Constructor(Object,Object,Object,Double,Double,Int32,Int32) | |
See Also Send Feedback |
ESRI.ArcGIS.DataManagementTools Namespace > CreateFishnet Class > CreateFishnet Constructor : CreateFishnet Constructor(Object,Object,Object,Double,Double,Int32,Int32) |
- out_feature_class
- The output feature class containing the fishnet of rectangular cells. (Out, Required)
- origin_coord
- The fishnet origin is the lower-left corner of the fishnet set by a X-Coordinate and Y-Coordinate. (In, Required)
- y_axis_coord
- The y-axis coordinate is a point on the positive y-axis from the origin point and is used to orient the fishnet. (In, Required)
- cell_width
- The cell size width refers to the size of the cells in the x-coordinate position. (In, Required)
- cell_height
- The cell size height refers to the size of the cells in the y-coordinate direction. (In, Required)
- number_rows
- The number of rows used with the cell size to determine the size of the fishnet. (In, Required)
- number_columns
- The number of columns used with the cell size to determine the size of the fishnet. (In, Required)
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal out_feature_class As Object, _ ByVal origin_coord As Object, _ ByVal y_axis_coord As Object, _ ByVal cell_width As Double, _ ByVal cell_height As Double, _ ByVal number_rows As Integer, _ ByVal number_columns As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim out_feature_class As Object Dim origin_coord As Object Dim y_axis_coord As Object Dim cell_width As Double Dim cell_height As Double Dim number_rows As Integer Dim number_columns As Integer Dim instance As New CreateFishnet(out_feature_class, origin_coord, y_axis_coord, cell_width, cell_height, number_rows, number_columns) |
C# | |
---|---|
public CreateFishnet( object out_feature_class, object origin_coord, object y_axis_coord, double cell_width, double cell_height, int number_rows, int number_columns ) |
Parameters
- out_feature_class
- The output feature class containing the fishnet of rectangular cells. (Out, Required)
- origin_coord
- The fishnet origin is the lower-left corner of the fishnet set by a X-Coordinate and Y-Coordinate. (In, Required)
- y_axis_coord
- The y-axis coordinate is a point on the positive y-axis from the origin point and is used to orient the fishnet. (In, Required)
- cell_width
- The cell size width refers to the size of the cells in the x-coordinate position. (In, Required)
- cell_height
- The cell size height refers to the size of the cells in the y-coordinate direction. (In, Required)
- number_rows
- The number of rows used with the cell size to determine the size of the fishnet. (In, Required)
- number_columns
- The number of columns used with the cell size to determine the size of the fishnet. (In, Required)
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family