com.esri.arcgis.framework
Interface IDockableWindowImageDef
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ColorCorrectionDockWin, CreateFeatureDockWin, GxBrowserDockWindow, IdentifyWindow, IDockableWindowImageDefProxy, InternalDockableWindow, MensurationDockWin, PixelInspectionDockWin, RasterToolsDockWin, TableDockWindow, TOCDockableWindow, UnplacedAnnotationWindow
public interface IDockableWindowImageDef
- extends Serializable
Method Summary |
int |
getBitmap()
Provide a bitmap for dockviews |
IID08f4fc5d_c23f_4210_b289_1350ed5632ed
static final int IID08f4fc5d_c23f_4210_b289_1350ed5632ed
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getBitmap
int getBitmap()
throws IOException,
AutomationException
- Provide a bitmap for dockviews
- Returns:
- The bitmap (A COM typedef)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.