com.esri.arcgis.carto
Interface esriAnnotationStorageType

All Superinterfaces:
Serializable

public interface esriAnnotationStorageType
extends Serializable

Storage options for annotation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriDatabaseAnnotation
          Annotation stored in a geodatabase
static int esriMapAnnotation
          Annotation stored in the map document.
 

Field Detail

esriMapAnnotation

static final int esriMapAnnotation
Annotation stored in the map document.

See Also:
Constant Field Values

esriDatabaseAnnotation

static final int esriDatabaseAnnotation
Annotation stored in a geodatabase

See Also:
Constant Field Values