com.esri.arcgis.arcscene
Interface ISxContentsView2

All Superinterfaces:
ISxContentsView, Serializable
All Known Implementing Classes:
ISxContentsView2Proxy

public interface ISxContentsView2
extends ISxContentsView, Serializable

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 int getBitmap()
          getBitmap
 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
 

Method Detail

getBitmap

int getBitmap()
              throws IOException,
                     AutomationException
getBitmap

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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

getTooltip

String getTooltip()
                  throws IOException,
                         AutomationException
getTooltip

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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