com.esri.arcgis.arcmapui
Interface IAnnotateFeaturesCallback

All Superinterfaces:
Serializable

public interface IAnnotateFeaturesCallback
extends Serializable

Provides access to members for the annotate selected features callback.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void afterAnnotate(boolean ok)
          Called after anno is added.
 void beforeAnnotate(IEnumLayer annotatingLayers)
          Called before anno is added.
 

Method Detail

beforeAnnotate

void beforeAnnotate(IEnumLayer annotatingLayers)
                    throws IOException,
                           AutomationException
Called before anno is added.

Product Availability

Available with ArcGIS Desktop.

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

afterAnnotate

void afterAnnotate(boolean ok)
                   throws IOException,
                          AutomationException
Called after anno is added.

Product Availability

Available with ArcGIS Desktop.

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