ArcObjects Library Reference (Carto)  

IFDOGraphicsLayerRead Interface

Provides access to members that control the FDO graphics layer read methods.

Product Availability

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

Members

Description
Method GenerateGraphics Generates graphic elements from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.
Method NextFeatureAndGraphic Generates the next feature and graphic element in the graphics generation loop. Returns a NULL feature and element after the last annotation feature has been read. Call only after StartGeneratingGraphics.
Read-only property NextGraphic Generates the next graphic element in the graphics generation loop. Returns a NULL element after the last annotation feature has been read. Call only after StartGeneratingGraphics.
Method StartGeneratingGraphics Starts a graphics generation process from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.

CoClasses that implement IFDOGraphicsLayerRead

CoClasses and Classes Description
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).