com.esri.arcgis.carto
Interface esriAnnotationStorageType

All Superinterfaces:
java.io.Serializable

public interface esriAnnotationStorageType
extends java.io.Serializable

Constants from esriAnnotationStorageType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Storage options for annotation.' 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 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