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 | ||
---|---|---|
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 that implement IFDOGraphicsLayerRead
CoClasses and Classes | Description |
---|---|
FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |