This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFDOGraphicsLayerRead Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the FDO graphics layer read methods.
Description | ||
---|---|---|
GenerateGraphics | Generates graphic elements from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units. | |
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. | |
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. | |
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 and Classes | Description |
---|---|
FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |