com.esri.arcgis.arcscene
Interface ISxContentsView2

All Superinterfaces:
ISxContentsView, java.io.Serializable
All Known Implementing Classes:
ISxContentsView2Proxy

public interface ISxContentsView2
extends ISxContentsView, java.io.Serializable

COM Interface 'ISxContentsView2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'

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 IID0a092db2_a41f_4761_8982_792964de0041
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcscene.ISxContentsView
IID59c8304b_e57b_11d3_9f74_00c04f6bc619
 
Method Summary
 int getBitmap()
          getBitmap
 java.lang.String getTooltip()
          getTooltip
 
Methods inherited from interface com.esri.arcgis.arcscene.ISxContentsView
activate, addToSelectedItems, deactivate, getContextItem, getHWnd, getName, getSelectedItem, isShowLines, isVisible, refresh, removeFromSelectedItems, setContextItem, setProcessEvents, setSelectedItem, setShowLines, setVisible
 

Field Detail

IID0a092db2_a41f_4761_8982_792964de0041

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

getBitmap

int getBitmap()
              throws java.io.IOException,
                     AutomationException
getBitmap

Returns:
The bitmap (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTooltip

java.lang.String getTooltip()
                            throws java.io.IOException,
                                   AutomationException
getTooltip

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