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


Creates a file that specifies how features should compress into groups. The file can then be used as an input to the Compress Dataset or Calculate Compression Parameters tools.This is a good method if the primary purpose of the dataset is to provide data for a certain layer. With this grouping method, features are grouped based on how they are classified in a layer file. This helps optimize layer drawing performance in ArcMap by providing fast access to database records that fall within each classification.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.BlockByClass

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also