This document is archived and information here might be outdated.  Recommended version.


ICoverageAnnotationLayer.NextFeatureAndGraphic Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer Interface > ICoverageAnnotationLayer.NextFeatureAndGraphic Method
ArcGIS Developer Help

ICoverageAnnotationLayer.NextFeatureAndGraphic Method

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.

[Visual Basic .NET]
Public Sub NextFeatureAndGraphic ( _
    ByRef Feature As IFeature, _
    ByRef Element As IElement _
)
[C#]
public void NextFeatureAndGraphic (
    ref IFeature Feature,
    ref IElement Element
);
[C++]
HRESULT NextFeatureAndGraphic(
  IFeature** Feature,
  IElement** Element
);
[C++]
Parameters
Feature [out]

Feature is a parameter of type IFeature** Element [out]
Element is a parameter of type IElement**

Product Availability

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

See Also

ICoverageAnnotationLayer Interface