com.esri.arcgis.arcmapui
Interface IAnnotateSelectedFeatures

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotateSelectedFeatures

public interface IAnnotateSelectedFeatures
extends Serializable

Provides access to members that control the annotate selected features.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

setMapByRef

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

Product Availability

Available with ArcGIS Desktop.

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

setLayerByRef

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

Product Availability

Available with ArcGIS Desktop.

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

setCallbackByRef

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

Product Availability

Available with ArcGIS Desktop.

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

doModal

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

Product Availability

Available with ArcGIS Desktop.

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