com.esri.arcgis.editor
Interface IConstructionMiniBar2

All Superinterfaces:
IConstructionMiniBar, Serializable
All Known Implementing Classes:
ConstructionMiniBar

public interface IConstructionMiniBar2
extends IConstructionMiniBar, Serializable

Provides access to controlling the construction minibar.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void showEx(int xLoc, int yLoc, int location)
          Shows the construction minibar.
 
Methods inherited from interface com.esri.arcgis.editor.IConstructionMiniBar
hide, isVisible, processKeyDown, setActive, show, updateTransparency
 

Method Detail

showEx

void showEx(int xLoc,
            int yLoc,
            int location)
            throws IOException,
                   AutomationException
Shows the construction minibar.

Product Availability

Available with ArcGIS Desktop.

Parameters:
xLoc - The xLoc (in)
yLoc - The yLoc (in)
location - A com.esri.arcgis.editor.esriConstructionToolbarLocation constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.