ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
BlockByAttribute Class
See Also  Members  
ESRI.ArcGIS.DataManagementTools Namespace : BlockByAttribute 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.With this grouping method, records are grouped based on their value for a chosen field. All records with the same value group together. This way of grouping records helps optimize attribute query performance in ArcMap. It provides fast access to database records based on their value for the chosen field.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.BlockByAttribute

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also