This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the FDO graphics layer read methods.
Name | 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. |
Classes | Description |
---|---|
FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |