com.esri.arcgis.carto
Interface ITableHistogram2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicTableHistogram, ITableHistogram2Proxy

public interface ITableHistogram2
extends java.io.Serializable

COM Interface 'ITableHistogram2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a histogram created from tabular data.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID58c7e73a_fc61_452d_a908_7a072af25e2a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExclusionClause()
          Data Exclusion where clause.
 int getMaxSampleSize()
          Data Sampling Max Size.
 void setExclusionClause(java.lang.String name)
          Data Exclusion where clause.
 void setMaxSampleSize(int size)
          Data Sampling Max Size.
 

Field Detail

IID58c7e73a_fc61_452d_a908_7a072af25e2a

static final int IID58c7e73a_fc61_452d_a908_7a072af25e2a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setExclusionClause

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

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

getExclusionClause

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

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

setMaxSampleSize

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

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

getMaxSampleSize

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

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