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


This tool creates a compression parameters file, used as input into the Compress Dataset tool. This file instructs the Compress Dataset tool how to compress the data.This tool is of interest to data providers or any other organization who wants complete control over the compression process to maximize performance and the amount of compression. It offers you greater control over how to set compression parameters than the Calculate compression parameters tool, and therefore has the ability to produce more optimized parameters. However, it requires greater knowledge about the data you're compressing, and knowledge about the various compressors ArcGIS uses. A prerequisite of using the tool is that you have detailed knowledge of the data you're compressing. You should have a good understanding of the values contained in each field.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.CustomizeCompressionParameters

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also