com.esri.arcgis.framework
Interface ISmallBitmapProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISmallBitmapProviderProxy

public interface ISmallBitmapProvider
extends Serializable

Provides access to members that control objects that provide a small 8x8 pixel bitmap.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getSmallBitmap()
          Handle to bitmap.
 

Method Detail

getSmallBitmap

int getSmallBitmap()
                   throws IOException,
                          AutomationException
Handle to bitmap.

Product Availability

Available with ArcGIS Desktop.

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