com.esri.arcgis.carto
Interface IDataExclusion2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ChartRenderer, ClassBreaksRenderer, DotDensityRenderer, IDataExclusion2Proxy, ProportionalSymbolRenderer, RepresentationRenderer

public interface IDataExclusion2
extends java.io.Serializable

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

Description: 'Provides access to members that control the exclusion of data values from a renderer.' 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 IID765a9a92_f6fa_4501_a888_a793ad33e023
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void disconnect()
          Disconnects the data from the renderer.
 

Field Detail

IID765a9a92_f6fa_4501_a888_a793ad33e023

static final int IID765a9a92_f6fa_4501_a888_a793ad33e023
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

disconnect

void disconnect()
                throws java.io.IOException,
                       AutomationException
Disconnects the data from the renderer.

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