com.esri.arcgis.arcmapui
Interface IAnnotateSelectedFeatures

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotateSelectedFeatures, IAnnotateSelectedFeaturesProxy

public interface IAnnotateSelectedFeatures
extends java.io.Serializable

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

Description: 'Provides access to members that control the annotate selected features.' 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 IIDf23f890a_cf0f_4249_8501_69f41fa25943
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows annotate selected features window in a modal state.
 void setCallbackByRef(IAnnotateFeaturesCallback rhs1)
          Provides a hook before and after annotation is created.
 void setLayerByRef(ILayer rhs1)
          The layer to annotate.
 void setMapByRef(IMap rhs1)
          The map to check for existing annotation classes.
 

Field Detail

IIDf23f890a_cf0f_4249_8501_69f41fa25943

static final int IIDf23f890a_cf0f_4249_8501_69f41fa25943
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

setMapByRef

void setMapByRef(IMap rhs1)
                 throws java.io.IOException,
                        AutomationException
The map to check for existing annotation classes.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerByRef

void setLayerByRef(ILayer rhs1)
                   throws java.io.IOException,
                          AutomationException
The layer to annotate.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCallbackByRef

void setCallbackByRef(IAnnotateFeaturesCallback rhs1)
                      throws java.io.IOException,
                             AutomationException
Provides a hook before and after annotation is created.

Parameters:
rhs1 - A reference to a com.esri.arcgis.arcmapui.IAnnotateFeaturesCallback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows annotate selected features window in a modal state.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.