ESRI.ArcGIS.DataManagementTools
Dice Constructor(Object,Object,Int32)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > Dice Class > Dice Constructor : Dice Constructor(Object,Object,Int32)




in_features
The input feature class or feature layer. The geometry type must be multipoint, line, or polygon. (In, Required)
out_feature_class
The feature class which will be created and to which the result will be written (Out, Required)
vertex_limit
Features with geometries which exceed this vertex limit will be subdivided before being written to the output feature class. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_feature_class As Object, _
   ByVal vertex_limit As Integer _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_feature_class As Object
Dim vertex_limit As Integer
 
Dim instance As Dice(in_features, out_feature_class, vertex_limit)
C# 
public Dice( 
   object in_features,
   object out_feature_class,
   int vertex_limit
)

Parameters

in_features
The input feature class or feature layer. The geometry type must be multipoint, line, or polygon. (In, Required)
out_feature_class
The feature class which will be created and to which the result will be written (Out, Required)
vertex_limit
Features with geometries which exceed this vertex limit will be subdivided before being written to the output feature class. (In, Required)

See Also

© 2010 All Rights Reserved.