ESRI.ArcGIS.DataManagementTools
Dice Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : Dice Class




Subdivides a feature into smaller features based on a specified vertex limit. This tool is intended as a way to subdivide extremely large features which cause issues with drawing, analysis, editing, and/or performance but are difficult to split up with standard editing and geoprocessing tools. This tool should not be used in any cases other than those where tools are failing to complete successfully due to the size of features.

Syntax

Visual Basic (Declaration) 
Public Class Dice 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As Dice
C# 
public class Dice : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.Dice

See Also

© 2010 All Rights Reserved.