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


ICoverageAnnotationLayer2.NextGraphic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer2 Interface > ICoverageAnnotationLayer2.NextGraphic Property
ArcGIS Developer Help

ICoverageAnnotationLayer2.NextGraphic Property

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.

[Visual Basic .NET]
Public ReadOnly Property NextGraphic As IElement
[C#]
public IElement NextGraphic {get;}
[C++]
HRESULT get_NextGraphic(
  IElement** Element
);
[C++]
Parameters
Element [out, retval]

Element is a parameter of type IElement**

Product Availability

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

See Also

ICoverageAnnotationLayer2 Interface