com.esri.arcgis.carto
Interface ITableHistogram2

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicTableHistogram

public interface ITableHistogram2
extends Serializable

Provides access to members that control a histogram created from tabular data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getExclusionClause()
          Data Exclusion where clause.
 int getMaxSampleSize()
          Data Sampling Max Size.
 void setExclusionClause(String name)
          Data Exclusion where clause.
 void setMaxSampleSize(int size)
          Data Sampling Max Size.
 

Method Detail

setExclusionClause

void setExclusionClause(String name)
                        throws IOException,
                               AutomationException
Data Exclusion where clause.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExclusionClause

String getExclusionClause()
                          throws IOException,
                                 AutomationException
Data Exclusion where clause.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxSampleSize

void setMaxSampleSize(int size)
                      throws IOException,
                             AutomationException
Data Sampling Max Size.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
size - The size (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxSampleSize

int getMaxSampleSize()
                     throws IOException,
                            AutomationException
Data Sampling Max Size.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The size
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.