com.esri.arcgis.editor
Interface IAnnotationConstructionWindow

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationConstructionWindow, IAnnotationConstructionWindowProxy

public interface IAnnotationConstructionWindow
extends java.io.Serializable

COM Interface 'IAnnotationConstructionWindow'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to the annotation construction window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdcecac9d_979a_4d91_83a9_e1b9b92ccba3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isVisible()
          Indicates whether the annotation construction window is visible.
 void setVisible(boolean visible)
          Indicates whether the annotation construction window is visible.
 

Field Detail

IIDdcecac9d_979a_4d91_83a9_e1b9b92ccba3

static final int IIDdcecac9d_979a_4d91_83a9_e1b9b92ccba3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setVisible

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

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

isVisible

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

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