com.esri.arcgis.editor
Interface IAnnotationConstructionWindow

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationConstructionWindow

public interface IAnnotationConstructionWindow
extends Serializable

Provides access to the annotation construction window.

Remarks

Use IEditor::FindExtension to access the AnnotationConstructionWindow. See the code examples below to get a reference to the AnnotationConstructionWindow.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isVisible()
          Indicates whether the annotation construction window is visible.
 void setVisible(boolean visible)
          Indicates whether the annotation construction window is visible.
 

Method Detail

setVisible

void setVisible(boolean visible)
                throws IOException,
                       AutomationException
Indicates whether the annotation construction window is visible.

Product Availability

Available with ArcGIS Desktop.

Parameters:
visible - The visible (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates whether the annotation construction window is visible.

Product Availability

Available with ArcGIS Desktop.

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